TogeCheckboxWidget constructor
const
TogeCheckboxWidget({})
Implementation
const TogeCheckboxWidget({
super.key,
required this.onChanged,
this.value,
this.type = TogeCheckboxType.common,
this.enabled = true,
this.label = '',
this.labelStyle,
this.size = 10,
});