Switch
A control that allows the user to toggle between checked and not checked.
Last updated
A control that allows the user to toggle between checked and not checked.
Last updated
For setup look at installation.
Check out GitHub for examples.
Switches toggle the state of an item on or off.
Using the checked
tag switches can be initially toggled on.
Using the disabled
tag switches can be disabled.
Using the both the checked
and disabled
tags. switches can be both toggled on and disabled.