Ad Space - Top Banner (728x90)

Low Power Mode Toggle

0 viewsmedium
Background:
Low Power Mode Toggle
1
2
3
4
5
6
7
8
9
<div class="low-power-container">
  <input type="checkbox" id="low-power-toggle" class="low-power-input" />
  <label for="low-power-toggle" class="low-power-label">
    <span class="low-power-thumb">
      <span class="low-power-icon">🔋</span>
    </span>
  </label>
  <span class="low-power-text">Low Power Mode</span>
</div>
Was this helpful?