Ad Space - Top Banner (728x90)

Gradient Square Checkbox

0 viewseasy
Background:
Gradient Square Checkbox
1
2
3
4
5
6
7
8
<label class="gradient-container">
  <input type="checkbox" />
  <div class="gradient-checkmark">
    <svg viewBox="0 0 24 24">
      <path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/>
    </svg>
  </div>
</label>
Was this helpful?