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.

Tips

Properties

UI Dialog

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
Disabledbooleanon・offoff
Read Onlybooleanon・offoff
Requiredbooleanon・offoff
Visibilitybooleanon・offon
Scrollbarbooleanon・offoff
Helper Textstring
DirectionselectVertical・Horizontalvertical
Optionstable details 1[[“label”:“Option1”,“value”:“option1”],[“label”:“Option2”,“value”:“option2”]]
Valueselect[“option1”]
Error-
Change EventselectNONE・ACTIONNONE

Action

ItemPropertiesData TypeOptionsDefault value
IDidstringautomatic
LabellabelstringCheckbox Group
Widthwidthstring222
Heightheightstring115
Xxstring
Yystring
Colorcolorstring
Background ColorbackgroundColorstring
Label ColorlabelColorstring
Input ColorinputColorstring
Disableddisabledbooleantrue・falsefalse
Read OnlyreadOnlybooleantrue・falsefalse
Requiredrequiredbooleantrue・falsefalse
Visibilityvisibilitybooleantrue・falsetrue
ScrollbarscrollBarbooleantrue・falsefalse
Helper TexthelperTextstring
DirectiondirectionselectVertical・Horizontalvertical
Optionsoptionsarray of object[[“label”:“Option1”,“value”:“option1”],[“label”:“Option2”,“value”:“option2”]]
Valuevaluestring array[“option1”]
Errorerrorbooleanfalse
Change EventchangeEventselectNONE・ACTIONNONE

Tips

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