Skip to content

Instantly share code, notes, and snippets.

@lenards
Forked from gladchinda/checkbox.css
Created 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/d4c659ebad19acba0ee2d6b39ef7f48a to your computer and use it in GitHub Desktop.
Save lenards/d4c659ebad19acba0ee2d6b39ef7f48a to your computer and use it in GitHub Desktop.
input[type='checkbox'].check-custom ~ .check-toggle {
width: 1rem;
height: 1rem;
position: relative;
display: inline-block;
vertical-align: middle;
border: 2px solid #969696;
border-radius: 50%;
cursor: pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment