AFieldCheckbox constructor
const
AFieldCheckbox({
- void onChanged(
- bool?
- Key? key,
- bool readOnly = false,
- bool required = false,
- bool? initialValue,
- String label = '',
- required String identifier,
- int? flexible,
- bool expanded = false,
- EdgeInsets? padding,
- EdgeInsets? margin,
- bool linkToAForm = true,
- VoidCallback? onSubmit,
Implementation
const AFieldCheckbox({
super.onChanged,
super.key,
super.readOnly,
super.required,
super.initialValue,
String super.label = '',
required super.identifier,
super.flexible,
super.expanded,
super.padding,
super.margin,
super.linkToAForm,
super.onSubmit,
});