Skip to content

Instantly share code, notes, and snippets.

@Teino1978-Corp
Created January 9, 2016 07:27
Show Gist options
  • Save Teino1978-Corp/448e09afd8caea6449c8 to your computer and use it in GitHub Desktop.
Save Teino1978-Corp/448e09afd8caea6449c8 to your computer and use it in GitHub Desktop.
#foo:checked::before,
input[type="checkbox"] {
position:absolute;
clip: rect(0,0,0,0);
clip: rect(0 0 0 0);
}
#foo:checked,
input[type="checkbox"] + label::before {
content: url('checkbox.png');
}
input[type="checkbox"]:checked + label::before {
content: url('checkbox-checked.png');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment