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.
View exampleName | Type | Description |
---|---|---|
type * | "field.radio-group" | Set component type. |
data * | writable | Data with values that will be processed or changed. Learn more about working with data. |
label | string | Label above the component. |
disabled | boolean | This property prevents clicking the button. If the value is true , the button is not active (a Toloker will not be able to click it). |
hint | string | Hint text. |
options * | array | An array of buttons. |
options[] | object | A button. |
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. |
Last updated: August 21, 2023