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.
8ColorString
Color Picker
colorstringComponent color
9Background ColorString
Color Picker
backgroundColorstringBackground color
10Label ColorString
Color Picker
labelColorstringLabel text color
11DisabledBooleanOFFdisabledbooleanfalseDisabled state
12Read OnlyBooleanOFFreadOnlybooleanfalseRead-only mode
13RequiredBooleanOFFrequiredbooleanfalseRequired input setting
14VisibilityBooleanONvisibilitybooleantrueVisibility state
15Horizontal AlignmentSelection
1. Left
2. Center
3. Right
LefthorizontalAlignmentstringleftHorizontal alignment
16Vertical AlignmentSelection
1. Top
2. Center
3. Bottom
TopverticalAlignmentstringtopVertical alignment
17Helper TextStringhelperTextstringHelper text
18IconSelectioniconstringComponent icon
19ValueBooleanTRUEvaluebooleantrueComponent value
20ErrorerrorbooleanfalseError state
21Change EventSelection
1. None
2. Action
3. Detached Action
NoneEvent on value change
Detached Action became selectable in v4.1.0.
22Detached ActionSelection
1. [Detached Action ID]
detachedActionstringSet a detached action
Added in v4.1.0.
23Tab FocusSelection
1.[Component ID]
tabFocusstringComponent specification for next focus

Event

Event nameDescription
onchangeOccurs when a value change is made.