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
2LabelStringCheckboxlabelstringCheckboxComponent label
3WidthString222widthstring222Component width
4HeightString40heightstring40Component height
5XStringxstringX coordinate position
6YStringystringY coordinate position
7ColorString
Color Picker
colorstringComponent color
8Background ColorString
Color Picker
backgroundColorstringBackground color
9Label ColorString
Color Picker
labelColorstringLabel text color
10DisabledBooleanOFFdisabledbooleanfalseDisabled state
11Read OnlyBooleanOFFreadOnlybooleanfalseRead-only mode
12RequiredBooleanOFFrequiredbooleanfalseRequired input setting
13VisibilityBooleanONvisibilitybooleantrueVisibility state
14Horizontal AlignmentSelection
1. Left
2. Center
3. Right
LefthorizontalAlignmentstringleftHorizontal alignment
15Vertical AlignmentSelection
1. Top
2. Center
3. Bottom
TopverticalAlignmentstringtopVertical alignment
16Helper TextStringhelperTextstringHelper text
17IconSelectioniconstringComponent icon
18ValueBooleanOFFvaluebooleanfalseComponent value
19ErrorerrorbooleanError state
20Change EventSelection
1. None
2. Action
NoneEvent on value change
21Tab FocusSelection
1.[UI ID]
tabFocusstringComponent specification for next focus

Event

Event nameDescription
onchangeOccurs when a value change is made.