Skip to content

Instantly share code, notes, and snippets.

@marsilinou97
marsilinou97 / dabblet.css
Created July 28, 2016 07:50
Checkbox Hack
/* Checkbox Hack */
input[type=checkbox] {
position: absolute;
top: -9999px;
left: -9999px;
}
label {
-webkit-appearance: push-button;
-moz-appearance: button;
@marsilinou97
marsilinou97 / dabblet.css
Last active July 28, 2016 07:50 — 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;