This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# |