Skip to content

Instantly share code, notes, and snippets.

@eliranmal
Created August 5, 2015 15:24
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 eliranmal/906c456aa56d17178ea4 to your computer and use it in GitHub Desktop.
Save eliranmal/906c456aa56d17178ea4 to your computer and use it in GitHub Desktop.
pure css toggle
/*
pure css toggle
*/
input[type="checkbox"] {
content: url('http://placekitten.com/200/210');
display: block;
width: 200px;
height: 200px;
}
input[type="checkbox"]:checked {
content: url('http://placekitten.com/210/220');
}
/*
.native-hidden {
appearance: none;
}
*/
<input class="native-hidden" type="checkbox" />
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment