Switches.
<!-- Toggle Switches Section -->
<section class="section">
<h2>Toggle Switches</h2>
<div class="switches-list">
<label class="switch-wrapper">
<span class="switch-label">Notifications</span>
<label class="switch">
<input type="checkbox" checked>
<span class="slider"></span>
</label>
</label>
<label class="switch-wrapper">
<span class="switch-label">Dark Mode</span>
<label class="switch">
<input type="checkbox">
<span class="slider"></span>
</label>
</label>
<label class="switch-wrapper">
<span class="switch-label">Auto-update</span>
<label class="switch">
<input type="checkbox" checked>
<span class="slider"></span>
</label>
</label>
</div>
</section>
Last updated