Skip to content

Instantly share code, notes, and snippets.

@yusugomori
Created May 10, 2012 14:43
Show Gist options
  • Save yusugomori/2653588 to your computer and use it in GitHub Desktop.
Save yusugomori/2653588 to your computer and use it in GitHub Desktop.
checkbox hack
#checkbox {
display: none;
}
.toggle {
display: none;
}
#checkbox:checked ~ .toggle {
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment