obj
IFormFieldModel<'f, bool>
Model for a "checkbox" element.
Layout
FormFieldLayout
Updater
FormCheckboxModel<'f> -> 'f -> 'f
Validator
('f -> bool -> Result<bool, string>) option
Value
Result<bool, string>
this.UpdateForm
'f
Update the parent form with this item's value
this.Validate
Validate the given value against the given form using this field's validator if defined