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.

Properties

NoItemInput ValueDefault ValueAction PropertyTypeAction Default ValueDescription
1IDStringAuto-generatedidstringComponent unique identifier
2Label LStringCheckboxlabelstringCheckboxComponent label
3WidthString222widthstring222Component width
4HeightString40heightstring40Component height
5XStringxstringX coordinate position
6YStringystringY coordinate position
7LockBooleanOFFlockbooleanfalseWhen ON, the component stays fixed even when the screen is scrolled.
When OFF, the component moves along with the screen scroll.
Added in v4.1.0.
8SizeSelection
1. Small
2. Medium
3. None
MediumsizestringmediumWhen a value other than None is selected, Font Size is disabled.
Added in v4.2.0.
9Font SizeNumber16fontSizenumber16Font size for label and checkbox.
Only effective when Size is set to None.
Added in v4.2.0.
10ColorString
Color Picker
colorstringComponent color
11Background ColorString
Color Picker
backgroundColorstringBackground color
12Label ColorString
Color Picker
labelColorstringLabel text color
13DisabledBooleanOFFdisabledbooleanfalseDisabled state
14Read OnlyBooleanOFFreadOnlybooleanfalseRead-only mode
15RequiredBooleanOFFrequiredbooleanfalseRequired input setting
16VisibilityBooleanONvisibilitybooleantrueVisibility state
17Horizontal AlignmentSelection
1. Left
2. Center
3. Right
LefthorizontalAlignmentstringleftHorizontal alignment
18Vertical AlignmentSelection
1. Top
2. Center
3. Bottom
TopverticalAlignmentstringtopVertical alignment
19Helper TextStringhelperTextstringHelper text
20IconSelectioniconstringComponent icon
21ValueBooleanTRUEvaluebooleantrueComponent value
22ErrorerrorbooleanfalseError state
23Change EventSelection
1. None
2. UI Script
3. Action
4. Detached Action
NoneEvent on value change
Detached Action became selectable in v4.1.0.
UI Script became selectable in v4.2.0.
24Detached ActionSelection
1. [Detached Action ID]
detachedActionstringSet a detached action
Added in v4.1.0.
25Tab FocusSelection
1.[Component ID]
tabFocusstringComponent specification for next focus

Event

Event nameDescription
onchangeOccurs when a value change is made.