Skip to content

Checkbox Group

A checkbox group is a component that makes one or more selections from multiple checkbox options. The checkboxes to be selected are done by setting options.

Properties

NoItemInput ValueDefault ValueAction PropertyTypeAction Default ValueDescription
1IDStringAuto-generatedidstringThe [id] property cannot be set by action.
2LabelStringCheckbox GrouplabelstringCheckbox GroupComponent label
3WidthString222widthstring222Component width
4HeightString115heightstring115Component height
5XStringxstringX coordinate position
6YStringystringY coordinate position
7ColorString
Color Picker
colorstringCheckbox color
8Background ColorString
Color Picker
backgroundColorstringBackground color
9Label ColorString
Color Picker
labelColorstringLabel text color
10Input ColorString
Color Picker
inputColorstringInput text color
11DisabledBooleanOFFdisabledbooleanfalseDisabled state
12Read OnlyBooleanOFFreadOnlybooleanfalseRead-only mode
13RequiredBooleanOFFrequiredbooleanfalseRequired input setting
14VisibilityBooleanONvisibilitybooleantrueVisibility state
15Horizontal AlignmentSelection
1. Left
2. Center
3. Right
LefthorizontalAlignmentstringleftHorizontal alignment
16Vertical AlignmentSelection
1. Top
2. Center
3. Bottom
TopverticalAlignmentstringtopVertical alignment
17Scroll BarBooleanOFFscrollBarbooleanfalseScroll bar display
18Helper TextStringhelperTextstringHelper text
19DirectionSelection
1. Vertical
2. Horizontal
VerticalCheckbox arrangement direction
20OptionsTabular
[Details 1]
[Details 1]optionsarray of object[Details 1]Checkbox options
21ValueSelection[“option1”]valuestring array[“option1”]Selected values
22Change EventSelection
1. None
2. Action
NoneEvent on value change
23ErrorerrorbooleanError state (no dialog property)

[Details 1] Options

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

SelectLabelValue
CheckboxOption1option1
CheckboxOption2option2

Event

Event nameDescription
onchangeOccurs when a value change is made.