checked
Description
defines whether a control is switched on/offType
boolean
Default value
false
Example
<Switch checked={true}/> <!-- equals to <Switch checked/> -->
Related article: Controlling the state of the button
Related sample: Switch Button