Ad Space - Top Banner (728x90)

Compact Plus Checkbox

0 viewseasy
Background:
Compact Plus Checkbox
1
2
3
4
5
6
7
8
9
<label class="compact-plus-container">
  <input type="checkbox" />
  <div class="compact-plus-checkmark">
    <svg viewBox="0 0 24 24">
      <line x1="12" y1="5" x2="12" y2="19"></line>
      <line x1="5" y1="12" x2="19" y2="12"></line>
    </svg>
  </div>
</label>
Was this helpful?