Ad Space - Top Banner (728x90)

Small Star Checkbox

0 viewseasy
Background:
Small Star Checkbox
1
2
3
4
5
6
7
8
<label class="small-star-container">
  <input type="checkbox" />
  <div class="small-star-checkmark">
    <svg viewBox="0 0 24 24">
      <polygon points="12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26"/>
    </svg>
  </div>
</label>
Was this helpful?