Skip to content

Instantly share code, notes, and snippets.

@dotMastaz
dotMastaz / dabblet.css
Created November 10, 2016 09:09 — forked from chriscoyier/dabblet.css
Checkbox Hack
/* Checkbox Hack */
input[type=checkbox] {
position: absolute;
top: -9999px;
left: -9999px;
}
label {
-webkit-appearance: push-button;
-moz-appearance: button;