Ad Space - Top Banner (728x90)

Tiny Square Checkbox

0 viewseasy
Background:
Tiny Square Checkbox
1
2
3
4
5
6
7
8
<label class="tiny-square-container">
  <input type="checkbox" />
  <div class="tiny-square-checkmark">
    <svg viewBox="0 0 24 24">
      <polyline points="20,6 9,17 4,12"></polyline>
    </svg>
  </div>
</label>
Was this helpful?