Ad Space - Top Banner (728x90)

Mini Arrow Checkbox

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