method
CheckboxField.ReadHooks
ReadHooks replaces all response-transform hooks.
Arguments
| Argument | Type | Description |
|---|---|---|
value | ReadHooks[bool] | The value value. |
Returns
The declared result.
CheckboxFieldFull signature
func (f CheckboxField) ReadHooks(value ReadHooks[bool]) CheckboxFieldRelated types
CheckboxFieldCheckboxField configures a true-or-false checkbox field.