• Switch

    A toggle switch using <input type="checkbox" class="switch">.

    Default

    <input type="checkbox" class="switch" />

    Checked

    <input type="checkbox" class="switch" checked />

    With label

    <label>
      <input type="checkbox" class="switch" checked />
      Notifications
    </label>
    <label>
      <input type="checkbox" class="switch" />
      Dark mode
    </label>

    Disabled

    <input type="checkbox" class="switch" disabled />
    <input type="checkbox" class="switch" disabled checked />

    Search 5021 icons

    Type a name to find icons from the Tabler icon set.