Skip to content

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.

Dialog Property

ItemInput valueOptionDefault value
IDstringautomatic
LabelstringRadio Button
Widthstring222
Heightstring40
Xstring
Ystring
Colorstring
color picker
Background Colorstring
color picker
Label Colorstring
color picker
Disabledboolean• on
• off
off
Read Onlyboolean• on
• off
off
Visibilityboolean• on
• off
on
Placeholderstring
Initial Valueboolean• TRUE
• FALSE
FALSE
Error-
Change Eventoption• NONE
• ACTION
NONE

Action Property

ItemPropertiesData TypeOptionsDefault value
idstringautomatic
labelstringRadio Button
widthstring222
heightstring40
xstring
ystring
colorstring
backgroundColorstring
labelColorstring
disabledboolean• true
• false
false
readOnlyboolean• true
• false
false
visibilityboolean• true
• false
true
helperTextstring
valueboolean• true
• false
false
errorboolean

Event

Event nameDescription
onchangeOccurs when a value change is made.