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.
8ColorString
Color Picker
colorstringComponent color
9Background ColorString
Color Picker
backgroundColorstringBackground color
10Label ColorString
Color Picker
labelColorstringLabel text color
11Input ColorString
Color Picker
inputColorstringLabel input text color
12DisabledBooleanOFFdisabledbooleanfalseComponent disabled/enabled state
13RequiredBooleanOFFrequiredbooleanfalseRequired field setting
14Read OnlyBooleanOFFreadOnlybooleanfalseRead-only mode
15VisibilityBooleanONvisibilitybooleantrueComponent show/hide
16Scroll BarBooleanOFFscrollBarbooleanfalseScroll bar show/hide
17Horizontal AlignmentSelection
1.Left
2.Center
3.Right
LefthorizontalAlignmentstringleftHorizontal alignment
18Vertical AlignmentSelection
1.Top
2.Center
3.Bottom
TopverticalAlignmentstringtopVertical alignment
19Helper TextStringhelperTextstringHelper text
20DirectionSelection
1.Vertical
2.Horizontal
VerticaldirectionstringverticalOption arrangement direction
21OptionsTable format
[Details 1]
[Details 1]optionsstring[Details 1]Selection options
22ValueStringoption1valuestringoption1Selected radio button data
23ErrorerrorbooleanfalseError state
24Change EventSelection
1.None
2.Action
3. Detached Action
NoneEvent setting for value changes
Detached Action became selectable in v4.1.0.
25Detached 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.