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.
2Label LStringRadio ButtonlabelstringRadio ButtonComponent label
3WidthString222widthstring222Component width
4HeightString40heightstring40Component height
5XStringxstringX coordinate position
6YStringystringY coordinate position
7LockBooleanOFFlockbooleanfalseWhen ON, the component stays fixed even when the screen is scrolled.
When OFF, the component moves along with the screen scroll.
Added in v4.1.0.
8SizeSelection
1. Small
2. Medium
3. None
MediumsizestringmediumWhen a value other than None is selected, Font Size is disabled.
Added in v4.2.0.
9Font SizeNumber16fontSizenumber16Font size for label and buttons.
Only effective when Size is set to None.
Added in v4.2.0.
10ColorString
Color Picker
colorstringComponent color
11Background ColorString
Color Picker
backgroundColorstringBackground color
12Label ColorString
Color Picker
labelColorstringLabel text color
13Input ColorString
Color Picker
inputColorstringLabel input text color
14DisabledBooleanOFFdisabledbooleanfalseComponent disabled/enabled state
15RequiredBooleanOFFrequiredbooleanfalseRequired field setting
16Read OnlyBooleanOFFreadOnlybooleanfalseRead-only mode
17VisibilityBooleanONvisibilitybooleantrueComponent show/hide
18Scroll BarBooleanOFFscrollBarbooleanfalseScroll bar show/hide
19Horizontal AlignmentSelection
1.Left
2.Center
3.Right
LefthorizontalAlignmentstringleftHorizontal alignment
20Vertical AlignmentSelection
1.Top
2.Center
3.Bottom
TopverticalAlignmentstringtopVertical alignment
21Helper TextStringhelperTextstringHelper text
22DirectionSelection
1.Vertical
2.Horizontal
VerticaldirectionstringverticalOption arrangement direction
23OptionsTable format
[Details 1]
[Details 1]optionsstring[Details 1]Selection options
24ValueStringoption1valuestringoption1Selected radio button data
25ErrorerrorbooleanfalseError state
26Change EventSelection
1.None
2.UI Script
3.Action
4. Detached Action
NoneEvent setting for value changes
Detached Action became selectable in v4.1.0.
UI Script became selectable in v4.2.0.
27Detached ActionSelection
1. [Detached Action ID]
detachedActionstringSet a detached action
Added in v4.1.0.

[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.