Ad Space - Top Banner (728x90)

Sand Dune Toggle Switch

0 viewshard
Background:
Sand Dune
1
2
3
4
5
6
7
<div class="sand-dune-toggle">
  <input type="checkbox" id="sand-dune" class="toggle-input" />
  <label for="sand-dune" class="toggle-label">
    <span class="toggle-slider"></span>
    <span class="toggle-text">Sand Dune</span>
  </label>
</div>
Was this helpful?