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.

Dialog Property

ItemInput valueOptionDefault value
IDstringautomatic
LabelstringCheckbox Group
Widthstring222
Heightstring115
Xstring
Ystring
Colorstring color picker
Background Colorstring color picker
Label Colorstring color picker
Input Colorstring color picker
Disabledboolean・on
・off
off
Read Onlyboolean・on
・off
off
Requiredboolean・on
・off
off
Visibilityboolean・on
・off
on
Horizontal AlignmentSelect• Left
• Center
• Right
Left
Vertical AlignmentSelect• Top
• Middle
• Bottom
Top
Scrollbarboolean・on
・off
off
Helper Textstring
Directionselect・Vertical
・Horizontal
vertical
Optionstable details 1[[“label”:“Option1”,“value”:“option1”],[“label”:“Option2”,“value”:“option2”]]
Valueselect[“option1”]
Error-
Change Eventselect・NONE
・ACTION
NONE

Action Property

ItemPropertiesData TypeOptionsDefault value
IDidstringautomatic
LabellabelstringCheckbox Group
Widthwidthstring222
Heightheightstring115
Xxstring
Yystring
Colorcolorstring
Background ColorbackgroundColorstring
Label ColorlabelColorstring
Input ColorinputColorstring
Disableddisabledboolean・true
・false
false
Read OnlyreadOnlyboolean・true
・false
false
Requiredrequiredboolean・true
・false
false
Visibilityvisibilityboolean・true
・false
true
Horizontal AlignmenthorizontalAlignmentstring• left
• center
• right
left
Vertical AlignmentverticalAlignmentstring• top
• middle
• bottom
top
ScrollbarscrollBarboolean・true
・false
false
Helper TexthelperTextstring
Directiondirectionselect・Vertical
・Horizontal
vertical
Optionsoptionsarray of object[[“label”:“Option1”,“value”:“option1”],[“label”:“Option2”,“value”:“option2”]]
Valuevaluestring array[“option1”]
Errorerrorbooleanfalse
Change EventchangeEventselect・NONE
・ACTION
NONE

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