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
| No | Item | Input Value | Default Value | Action Property | Type | Action Default Value | Description |
|---|---|---|---|---|---|---|---|
| 1 | ID | String | Auto-generated | id | string | Component unique identifier | |
| 2 | Label | String | Checkbox | label | string | Checkbox | Component label |
| 3 | Width | String | 222 | width | string | 222 | Component width |
| 4 | Height | String | 40 | height | string | 40 | Component height |
| 5 | X | String | x | string | X coordinate position | ||
| 6 | Y | String | y | string | Y coordinate position | ||
| 7 | Color | String Color Picker | color | string | Component color | ||
| 8 | Background Color | String Color Picker | backgroundColor | string | Background color | ||
| 9 | Label Color | String Color Picker | labelColor | string | Label text color | ||
| 10 | Disabled | Boolean | OFF | disabled | boolean | false | Disabled state |
| 11 | Read Only | Boolean | OFF | readOnly | boolean | false | Read-only mode |
| 12 | Required | Boolean | OFF | required | boolean | false | Required input setting |
| 13 | Visibility | Boolean | ON | visibility | boolean | true | Visibility state |
| 14 | Horizontal Alignment | Selection 1. Left 2. Center 3. Right | Left | horizontalAlignment | string | left | Horizontal alignment |
| 15 | Vertical Alignment | Selection 1. Top 2. Center 3. Bottom | Top | verticalAlignment | string | top | Vertical alignment |
| 16 | Helper Text | String | helperText | string | Helper text | ||
| 17 | Icon | Selection | icon | string | Component icon | ||
| 18 | Value | Boolean | OFF | value | boolean | false | Component value |
| 19 | Error | error | boolean | Error state | |||
| 20 | Change Event | Selection 1. None 2. Action | None | Event on value change | |||
| 21 | Tab Focus | Selection 1.[UI ID] | tabFocus | string | Component specification for next focus |
Event
| Event name | Description |
|---|---|
| onchange | Occurs when a value change is made. |