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.
Tips
Properties
UI Dialog
Item | Input value | Option | Default value |
---|---|---|---|
ID | string | automatic | |
Label | string | Radio Button | |
Width | string | 222 | |
Height | string | 40 | |
X | string | ||
Y | string | ||
Color | string color picker | ||
Background Color | string color picker | ||
Label Color | string color picker | ||
Disabled | boolean | • on • off | off |
Read Only | boolean | • on • off | off |
Visibility | boolean | • on • off | on |
Placeholder | string | ||
Initial Value | boolean | • TRUE • FALSE | FALSE |
Error | - | ||
Change Event | option | • NONE • ACTION | NONE |
Action
Item | Properties | Data Type | Options | Default value |
---|---|---|---|---|
id | string | automatic | ||
label | string | Radio Button | ||
width | string | 222 | ||
height | string | 40 | ||
x | string | |||
y | string | |||
color | string | |||
backgroundColor | string | |||
labelColor | string | |||
disabled | boolean | • true • false | false | |
readOnly | boolean | • true • false | false | |
visibility | boolean | • true • false | true | |
helperText | string | |||
value | boolean | • true • false | false | |
error | boolean |
Tips
Event
Event name | Description |
---|---|
onchange | Occurs when a value change is made. |