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