Ad Space - Top Banner (728x90)
Tiny Check Checkbox
0 viewseasy
Background:
1
2
3
4
5
6
7
8
<label class="tiny-check-container">
<input type="checkbox" />
<div class="tiny-check-checkmark">
<svg viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"/>
</svg>
</div>
</label>Tiny Check Checkbox
0 viewseasy
Background:
Tiny Check Checkbox
1
2
3
4
5
6
7
8
<label class="tiny-check-container">
<input type="checkbox" />
<div class="tiny-check-checkmark">
<svg viewBox="0 0 24 24">
<path d="M20 6L9 17l-5-5"/>
</svg>
</div>
</label>Was this helpful?