Ad Space - Top Banner (728x90)

Minimal Square Checkbox

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