radio/checkbox example

This commit is contained in:
Tim Lancina
2015-07-20 10:04:51 -05:00
parent a6250a4a7e
commit 6d0c36a0f5
3 changed files with 14 additions and 2 deletions

View File

@ -9,6 +9,11 @@
user-select: none;
}
.checkbox input {
position: relative;
left: -9999px;
}
.checkbox-on {
display: none;
pointer-events: none;