Ad Space - Top Banner (728x90)

watchOS Toggle

0 viewsmedium
Background:
watchOS Toggle
1
2
3
4
5
6
7
<div class="watchos-container">
  <input type="checkbox" id="watchos-toggle" class="watchos-input" />
  <label for="watchos-toggle" class="watchos-label">
    <span class="watchos-thumb"></span>
  </label>
  <span class="watchos-text">Apple Watch</span>
</div>
Was this helpful?