Ad Space - Top Banner (728x90)

Vinyl Record Checkbox

0 viewsmedium
Background:
Vinyl Record Checkbox
1
2
3
4
<div class="vinyl-record-checkbox">
  <input type="checkbox" id="vinyl-record" class="hidden" />
  <label for="vinyl-record" class="vinyl-record-label">Vinyl Record</label>
</div>
Was this helpful?