FormBuilderCheckbox constructor
FormBuilderCheckbox({@required String attribute, @required Widget label, bool initialValue, List<FormFieldValidator> validators: const [], bool readOnly: false, InputDecoration decoration: const InputDecoration(), ValueChanged onChanged, ValueTransformer valueTransformer, bool leadingInput: false, Color activeColor, Color checkColor, MaterialTapTargetSize materialTapTargetSize, bool tristate: false })
Implementation
FormBuilderCheckbox({
@required this.attribute,
@required this.label,
this.initialValue,
this.validators = const [],
this.readOnly = false,
this.decoration = const InputDecoration(),
this.onChanged,
this.valueTransformer,
this.leadingInput = false,
this.activeColor,
this.checkColor,
this.materialTapTargetSize,
this.tristate = false,
});