method
CheckboxField.LabelTranslations
Public method CheckboxField.LabelTranslations from github.com/riducms/ridu/field.
Arguments
| Argument | Type | Description |
|---|---|---|
values | map[string]string | The values value. |
Returns
The declared result.
CheckboxFieldFull signature
func (f CheckboxField) LabelTranslations(values map[string]string) CheckboxFieldRelated types
CheckboxFieldCheckboxField configures a true-or-false checkbox field.