Properties |
||
| Name | Type | |
|---|---|---|
| isChecked | bool | |
| disabled | bool | |
| height | object | |
| orientation | object | |
| onLabel | string | |
| offLabel | string | |
| thumbSize | string | |
| rtl | bool | |
| width | object | |
Events |
||
| onChecked | Event | |
| onChange | Event | |
| onUnchecked | Event | |
Methods |
||
| Name | Arguments | Return Type |
| check | () | void |
| disable | () | void |
| enable | () | void |
| toggle | () | void |
| uncheck | () | void |
| val | [SET] (bool value) [GET] () | [SET] void [GET] bool |