Skip to content

Instantly share code, notes, and snippets.

@lenards
Forked from gladchinda/checkbox.css
Last active March 20, 2019 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lenards/4d0678c55e14a7a0e670058933d746f8 to your computer and use it in GitHub Desktop.
Save lenards/4d0678c55e14a7a0e670058933d746f8 to your computer and use it in GitHub Desktop.
input[type='checkbox'].check-custom {
top: 0;
left: 0;
width: 0;
height: 0;
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
visibility: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment