CheckboxField constructor
const
CheckboxField({})
Implementation
const CheckboxField({
super.key,
this.autofocus = false,
required this.labelText,
required this.initialValue,
required this.onChanged,
});
const CheckboxField({
super.key,
this.autofocus = false,
required this.labelText,
required this.initialValue,
required this.onChanged,
});