method
RadioField.Hooks
Hooks replaces the complete field lifecycle hook group.
Arguments
| Argument | Type | Description |
|---|---|---|
value | Hooks[string] | The value value. |
Returns
The declared result.
RadioFieldFull signature
func (f RadioField) Hooks(value Hooks[string]) RadioFieldRelated types
RadioFieldRadioField configures a field for choosing one value with radio buttons.