TogeCheckboxLabelWidget constructor
const
TogeCheckboxLabelWidget({})
Implementation
const TogeCheckboxLabelWidget({
super.key,
required this.label,
this.onChanged,
this.value,
this.labelStyle,
this.enabled = true,
this.size = 10,
});