component :: Toggle
The toggle is a CSS-only component using the .toggle class on <input> elements of the type checkbox.
| File | Description | Source |
|---|---|---|
component.toggle.css |
All toggle styles (.toggle) |
Github |
Playground
State
Copied!
<input class="toggle" type="checkbox" checked />HTML
- <input class="toggle" type="checkbox" />