Skip to content

Instantly share code, notes, and snippets.

@nullset2
Forked from chriscoyier/dabblet.css
Last active September 15, 2016 19:39
Show Gist options
  • Save nullset2/2a6fed5fb7063a644259d7e63c0207d5 to your computer and use it in GitHub Desktop.
Save nullset2/2a6fed5fb7063a644259d7e63c0207d5 to your computer and use it in GitHub Desktop.
Untitled
span {
display: none;
}
#toggle-1:checked ~ [class=appendDataCheckbox]{
display: inline;
}
<input type="checkbox" id="toggle-1">
<span class="appendDataCheckbox"><label for="toggle-2">Append Data? </label><input id="toggle-2" type="checkbox"></input></span>
{"view":"split-vertical","fontsize":"70","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment