UiCheckbox constructor
const
UiCheckbox({})
Implementation
const UiCheckbox({
super.key,
required this.label,
required this.value,
required this.onChanged,
this.isDisabled = false,
this.errorText,
});
const UiCheckbox({
super.key,
required this.label,
required this.value,
required this.onChanged,
this.isDisabled = false,
this.errorText,
});