TCheckBoxGroup constructor
const
TCheckBoxGroup({})
Implementation
const TCheckBoxGroup({
super.key,
required this.items,
required this.onChanged,
this.label,
this.labelStyle,
this.initialValues,
this.activeColor,
this.inactiveColor,
this.borderColor,
this.isEnabled = true,
});