Radio Button
A radio button is a component for entering a boolean value (true/false). The radio button is true when it is selected and false when it is not selected.
Property
| No | Item | Input Value | Default Value | Action Property | Type | Action Default Value | Description |
|---|---|---|---|---|---|---|---|
| 1 | ID | String | Auto-generated | id | string | Auto-generated | The [id] property cannot be set by actions. |
| 2 | Label | String | Radio Button | label | string | Radio Button | Component label |
| 3 | Width | String | 222 | width | string | 222 | Component width |
| 4 | Height | String | 40 | height | string | 40 | Component height |
| 5 | X | String | x | string | X coordinate position | ||
| 6 | Y | String | y | string | Y coordinate position | ||
| 7 | Color | String Color Picker | color | string | Component color | ||
| 8 | Background Color | String Color Picker | backgroundColor | string | Background color | ||
| 9 | Label Color | String Color Picker | labelColor | string | Label text color | ||
| 10 | Disabled | Boolean | OFF | disabled | boolean | false | Disabled state |
| 11 | Read Only | Boolean | OFF | readOnly | boolean | false | Read-only mode |
| 12 | Visibility | Boolean | ON | visibility | boolean | true | Display state |
| 13 | Horizontal Alignment | Selection 1. Left 2. Center 3. Right | Left | horizontalAlignment | string | left | Horizontal alignment |
| 14 | Vertical Alignment | Selection 1. Top 2. Center 3. Bottom | Top | verticalAlignment | string | top | Vertical alignment |
| 15 | Helper Text | String | helperText | string | Helper text | ||
| 16 | Initial Value | Boolean | FALSE | value | boolean | false | Radio button initial value |
| 17 | Error | error | boolean | Error state (no dialog property) | |||
| 18 | Change Event | Selection 1. None 2. Action | None | Event on value change |
Event
| Event name | Description |
|---|---|
| onchange | Occurs when a value change is made. |