CheckboxItem constructor
CheckboxItem({})
Implementation
CheckboxItem({
required this.text,
this.children = const [],
this.value = false,
this.isIndeterminate = false,
this.disabled = false,
});
CheckboxItem({
required this.text,
this.children = const [],
this.value = false,
this.isIndeterminate = false,
this.disabled = false,
});