method
RadioField.Index
Public method RadioField.Index from github.com/riducms/ridu/field.
Arguments
| Argument | Type | Description |
|---|---|---|
values | []bool | The values value. |
Returns
The declared result.
RadioFieldFull signature
func (f RadioField) Index(values ...bool) RadioFieldRelated types
RadioFieldRadioField configures a field for choosing one value with radio buttons.