field.button-radio
A component in the form of a button.
The user makes a choice by clicking on it.
The size of the button depends on the size of the label.
Component properties
Name | Type | Description |
---|---|---|
type * | "field.button-radio" | Set component type |
data * | writable | Data with values that will be processed or changed. |
label | string | Label above the component. |
hint | string | Hint text. |
validation | condition | Validation based on condition. |
valueToSet | string | The value of the output data when the button is clicked. |
Name | Type | Description |
---|---|---|
type * | "field.button-radio" | Set component type |
data * | writable | Data with values that will be processed or changed. |
label | string | Label above the component. |
hint | string | Hint text. |
validation | condition | Validation based on condition. |
valueToSet | string | The value of the output data when the button is clicked. |