Ad Space - Top Banner (728x90)

Small Fade Checkbox

0 viewseasy
Background:
Small Fade Checkbox
1
2
3
4
5
6
7
8
<label class="small-fade-container">
  <input type="checkbox" />
  <div class="small-fade-checkmark">
    <svg viewBox="0 0 24 24">
      <circle cx="12" cy="12" r="10"/>
    </svg>
  </div>
</label>
Was this helpful?