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.
Note
If there are more checkbox choices than component height, some of the choices will not be visible. In this case, either increase the height sufficiently or set the “scrollBar” property to “ON (true)”.
Dialog Property
Item Input value Option Default value ID string automatic Label string Checkbox Group Width string 222 Height string 115 X string Y string Color string color picker Background Color string color picker Label Color string color picker Input Color string color picker Disabled boolean on・off off Read Only boolean on・off off Required boolean on・off off Visibility boolean on・off on Scrollbar boolean on・off off Helper Text string Direction select Vertical・Horizontal vertical Options table details 1 [[“label”:“Option1”,“value”:“option1”],[“label”:“Option2”,“value”:“option2”]] Value select [“option1”] Error - Change Event select NONE・ACTION NONE
Action Property
Item Properties Data Type Options Default value ID id string automatic Label label string Checkbox Group Width width string 222 Height height string 115 X x string Y y string Color color string Background Color backgroundColor string Label Color labelColor string Input Color inputColor string Disabled disabled boolean true・false false Read Only readOnly boolean true・false false Required required boolean true・false false Visibility visibility boolean true・false true Scrollbar scrollBar boolean true・false false Helper Text helperText string Direction direction select Vertical・Horizontal vertical Options options array of object [[“label”:“Option1”,“value”:“option1”],[“label”:“Option2”,“value”:“option2”]] Value value string array [“option1”] Error error boolean false Change Event changeEvent select NONE・ACTION NONE
Note
The "id"
property cannot be set by an action.
The "Options"
dialog is launched from the icon in the upper right corner of the field.
The following can be entered for the "Width"
and "Height"
property values.
If you want to display in px, specify only numerical values; if you want to display in %, specify % as the unit.
Operation will not be supported if you enter anything other than the following.
number
number%
calc() function
The following can be entered for the [X]
and [Y]
property values.
If you want to display in px, specify only numerical values.
Operation will not be supported if you enter anything other than the following.
The calc() function is a CSS function that enables calculations. (e.g. calc(100% - 30px))
The units that can be used with the calc() function are ”%” and “px” .
Other units (e.g., em, rem, etc.) are not supported.
When the calc() function is used to specify the size, the appearance in the editor may differ from the appearance in the application.
Please confirm using the preview.
The color you specify for [Background Color]
will be reflected in the □ frame of the checkbox.
When "Required"
property is turned ON, * mark will appear next to the label.
Required checks are not performed automatically, so please define an action.
[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.
Select Label Value Checkbox Option1 option1 Checkbox Option2 option2
Event
Event name Description onchange Occurs when a value change is made.