CheckBox

CheckBox ⇐ View

Kind: global class
Extends: View
Properties

NameTypeDescription
isCheckedboolean

To define if current checkbox component needs to be checked or unchecked

checkString

For example, to define a (default value) if current checkbox component is checked

unCheckString

To define an empty (default value) input text if current checkbox component is unchecked

sizenumber

To define the size of current checkbox text field (in pixels)

borderColorString

To define border's color of current checkbox component (in CSS hexadecimal notation)

borderWidthnumber

To define border's width of current checkbox component (in pixels)

borderRadiusnumber

To define border's radius of current checkbox component (in pixels)

CheckBox()

Class defining a CheckBox UI component.