Skip to content

Checkbox

A checkbox is a component that accepts a boolean value (true/false). It is true when the checkbox is checked and false when it is not selected.

Tips

Properties

UI Dialog

ItemInput valueOptionDefault value
IDstringautomatic
LabelstringCheckbox
Widthstring222
Heightstring40
Xstring
Ystring
Colorstring
color picker
Background Colorstring
color picker
Label Colorstring
color picker
Disabledboolean• on
• off
off
Read Onlyboolean• on
• off
off
Visibilityboolean• on
• off
on
Helper Textstring
Iconselect
Valueboolean• on
• off
off
Error-
Change Eventselect・NONE
・ACTION
NONE

Action

ItemPropertiesData TypeOptionsDefault value
IDidstringautomatic
LabellabelstringCheckbox
Widthwidthstring222
Heightheightstring40
Xxstring
Yystring
Colorcolorstring
Background ColorbackgroundColorstring
Label ColorlabelColorstring
Disableddisabledboolean• true
• false
false
Read OnlyreadOnlyboolean• true
• false
false
Visibilityvisibilityboolean• true
• false
true
Helper TexthelperTextstring
Iconiconstring
Valuevalueboolean• true
• false
false
Errorerrorboolean

Tips

Event

Event nameDescription
onchangeOccurs when a value change is made.