atom :: Toggle
The toggle atom uses the .toggle class on <input> elements of the type checkbox.
| File | Description | Source |
|---|---|---|
atom.toggle.css | All toggle styles (.toggle) | Github |
HTML
- <input class="toggle" type="checkbox" />
- <input class="toggle" type="checkbox" checked />