Ad Space - Top Banner (728x90)

Apple TV Toggle

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