Skip to content

Radio Button Group

The radio button group is a component that makes a single selection from multiple radio button choices.The radio buttons that serve as choices are made by setting options.

Property

NoItemInput ValueDefault ValueAction PropertyTypeAction Default ValueDescription
1IDStringAuto-generatedidstringAuto-generatedThe [id] property cannot be set by actions.
2LabelStringRadio ButtonlabelstringRadio ButtonComponent label
3WidthString222widthstring222Component width
4HeightString40heightstring40Component height
5XStringxstringX coordinate position
6YStringystringY coordinate position
7ColorString
Color Picker
colorstringComponent color
8Background ColorString
Color Picker
backgroundColorstringBackground color
9Label ColorString
Color Picker
labelColorstringLabel text color
10Input ColorString
Color Picker
inputColorstringLabel input text color
11DisabledBooleanOFFdisabledbooleanfalseComponent disabled/enabled state
12RequiredBooleanOFFrequiredbooleanfalseRequired field setting
13Read OnlyBooleanOFFreadOnlybooleanfalseRead-only mode
14VisibilityBooleanONvisibilitybooleantrueComponent show/hide
15Scroll BarBooleanOFFscrollBarbooleanfalseScroll bar show/hide
16Horizontal AlignmentSelection
1.Left
2.Center
3.Right
LefthorizontalAlignmentstringleftHorizontal alignment
17Vertical AlignmentSelection
1.Top
2.Center
3.Bottom
TopverticalAlignmentstringtopVertical alignment
18Helper TextStringhelperTextstringHelper text
19DirectionSelection
1.Vertical
2.Horizontal
VerticaldirectionstringverticalOption arrangement direction
20OptionsTable format
[Details 1]
[Details 1]optionsstring[Details 1]Selection options
21ValueStringoption1valuestringoption1Selected radio button data
22ErrorerrorbooleanError state
23Change EventSelection
1.None
2.Action
NoneEvent setting for value changes

[Details 1] Options

The default status is registered as follows. Click the "Add" button to register a pair of "Label" and "Value". To delete, select the check box and click the "Delete" button.

SelectLabelValue
CheckboxOption1option1
CheckboxOption2option2

Event

Event nameDescription
onchangeOccurs when a value change is made.