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
Horizontal AlignmentSelect• Left
• Center
• Right
Left
Vertical AlignmentSelect• Top
• Middle
• Bottom
Top
Placeholderstring
Initial Valueboolean• TRUE
• FALSE
FALSE
Error-
Change Eventoption• NONE
• ACTION
NONE

Action Property

ItemPropertiesData TypeOptionsDefault value
IDidstringautomatic
LabellabelstringRadio Button
Widthwidthstring222
Heightheightstring40
Xxstring
Yystring
Colorcolorstring
Background ColorbackgroundColorstring
Label ColorlabelColorstring
Disableddisabledboolean• true
• false
false
Read OnlyreadOnlyboolean• true
• false
false
Visibilityvisibilityboolean• true
• false
true
Horizontal AlignmenthorizontalAlignmentstring• left
• center
• right
left
Vertical AlignmentverticalAlignmentstring• top
• middle
• bottom
top
Helper TexthelperTextstring
Valuevalueboolean• true
• false
false
Errorerrorboolean

Event

Event nameDescription
onchangeOccurs when a value change is made.