field.radio-group
A component for selecting one value out of several options. It is designed as a group of circles arranged vertically.
If you want it to look like normal buttons, use field.button-radio-group.
The minimum number of buttons is one. Any type of data can be returned.
Component properties
Name | Type | Description |
---|---|---|
type * | "field.radio-group" | Set component type |
data * | writable | Data with values that will be processed or changed. |
label | string | Label above the component. |
disabled | boolean | This property prevents clicking the button. If the value is |
hint | string | Hint text. |
options * | array | List of options to choose from |
options[] | object | – |
options[].hint | string | Text with additional information. |
options[].label * | string | The title of the option. |
options[].value * | any | Returned value. |
validation | condition | Validation based on condition. |
Name | Type | Description |
---|---|---|
type * | "field.radio-group" | Set component type |
data * | writable | Data with values that will be processed or changed. |
label | string | Label above the component. |
disabled | boolean | This property prevents clicking the button. If the value is |
hint | string | Hint text. |
options * | array | List of options to choose from |
options[] | object | – |
options[].hint | string | Text with additional information. |
options[].label * | string | The title of the option. |
options[].value * | any | Returned value. |
validation | condition | Validation based on condition. |