G-Loot DS — switch with icons

by Augustin Hiebel

HTML

<label class="switch">
  <input type="checkbox" />
  <div className="switch-on icon icon-36 icon-eye"></div>
  <div className="switch-off icon icon-36 icon-b-eye"></div>
</label>