Title here
Summary here
ViewKind: global class
Extends: View
Properties
| Name | Type | Description |
|---|---|---|
| isChecked | boolean | To define if current checkbox component needs to be checked or unchecked |
| check | String | For example, to define a |
| unCheck | String | To define an empty (default value) input text if current checkbox component is unchecked |
| size | number | To define the size of current checkbox text field (in pixels) |
| borderColor | String | To define border's color of current checkbox component (in CSS hexadecimal notation) |
| borderWidth | number | To define border's width of current checkbox component (in pixels) |
| borderRadius | number | To define border's radius of current checkbox component (in pixels) |
Class defining a CheckBox UI component.