Switch
Use the switch element to toggle between a binary state true/false using a single click.
The switch element is commonly used to receive a simple "yes" or "no" type of answer from users by choosing one of the two available options.
Basic Switch #
Get started with the basic switch element to toggle on/off options from users.
Switch Sizes #
There will always be size options. Because size matters. Append the check-control--{size}
class to the check-control
element.
Color Schemes #
As usual, just use the scheme-{color}
class to the form-control
element.
Disabled State #
Follow this examples to apply the disabled option.