method
SelectField.Index
Public method SelectField.Index from github.com/riducms/ridu/field.
Arguments
| Argument | Type | Description |
|---|---|---|
values | []bool | The values value. |
Returns
The declared result.
SelectFieldFull signature
func (f SelectField) Index(values ...bool) SelectFieldRelated types
SelectFieldSelectField configures a field for choosing one value from a fixed list.