Skip to content

Instantly share code, notes, and snippets.

<label class="checkbox">
<input class="checkbox_input" type="checkbox" name="checkbox" value="1">
<span class="checkbox_input-emu"></span>
<span class="checkbox_label-emu">Описание чекбокса</span>
</label>
<style>
.checkbox {
display: block;
position: relative;