Ad Space - Top Banner (728x90)

Mechanical Switch Checkbox

0 viewseasy
Background:
Mechanical Switch
1
2
3
4
5
6
7
8
9
10
<div class="switch-container">
  <input type="checkbox" id="switch-check" />
  <label for="switch-check" class="switch-label">
    <span class="switch-housing">
      <span class="switch-lever"></span>
      <span class="switch-indicator"></span>
    </span>
    <span class="switch-text">Mechanical Switch</span>
  </label>
</div>
Was this helpful?