Ad Space - Top Banner (728x90)

Mini Circle Checkbox

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