method
CheckboxField.Hooks
Hooks replaces the complete field lifecycle hook group.
Arguments
| Argument | Type | Description |
|---|---|---|
value | Hooks[bool] | The value value. |
Returns
The declared result.
CheckboxFieldFull signature
func (f CheckboxField) Hooks(value Hooks[bool]) CheckboxFieldRelated types
CheckboxFieldCheckboxField configures a true-or-false checkbox field.