Switch
A beautiful glowing toggle component using @utility switch-group, @utility switch-label, and @utility switch-description.
Theme Switches
Usage
switch.html
<!-- Basic Switch -->
<label class="switch-group">
<input type="checkbox" class="switch" />
<div>
<div class="switch-label">Toggle Title</div>
<div class="switch-description">Description text goes here.</div>
</div>
</label>