Ad Space - Top Banner (728x90)

Micro Toggle Checkbox

0 viewseasy
Background:
Micro Toggle Checkbox
1
2
3
4
5
6
<label class="micro-toggle-container">
  <input type="checkbox" />
  <div class="micro-toggle-checkmark">
    <div class="micro-toggle-slider"></div>
  </div>
</label>
Was this helpful?