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
Item | Input value | Option | Default value |
---|---|---|---|
ID | string | automatic | |
Label | string | Checkbox | |
Width | string | 222 | |
Height | string | 40 | |
X | string | ||
Y | string | ||
Color | string color picker | ||
Background Color | string color picker | ||
Label Color | string color picker | ||
Disabled | boolean | • on • off | off |
Read Only | boolean | • on • off | off |
Visibility | boolean | • on • off | on |
Helper Text | string | ||
Icon | select | ||
Value | boolean | • on • off | off |
Error | - | ||
Change Event | select | ・NONE ・ACTION | NONE |
Action
Item | Properties | Data Type | Options | Default value |
---|---|---|---|---|
ID | id | string | automatic | |
Label | label | string | Checkbox | |
Width | width | string | 222 | |
Height | height | string | 40 | |
X | x | string | ||
Y | y | string | ||
Color | color | string | ||
Background Color | backgroundColor | string | ||
Label Color | labelColor | string | ||
Disabled | disabled | boolean | • true • false | false |
Read Only | readOnly | boolean | • true • false | false |
Visibility | visibility | boolean | • true • false | true |
Helper Text | helperText | string | ||
Icon | icon | string | ||
Value | value | boolean | • true • false | false |
Error | error | boolean |
Tips
Event
Event name | Description |
---|---|
onchange | Occurs when a value change is made. |