Ad Space - Top Banner (728x90)

Switch Toggle Checkbox

0 viewsmedium
Background:
Switch Toggle
1
2
3
4
5
6
<label class="switch-container">
  <input type="checkbox" />
  <div class="switch-checkmark">
    <div class="switch-slider"></div>
  </div>
</label>
Was this helpful?