Skip to content

Instantly share code, notes, and snippets.

@nullset2
Last active September 15, 2016 21:41
Show Gist options
  • Select an option

  • Save nullset2/b541a82a96d3320792d69ac60bcdc602 to your computer and use it in GitHub Desktop.

Select an option

Save nullset2/b541a82a96d3320792d69ac60bcdc602 to your computer and use it in GitHub Desktop.
Untitled
span {
display: none;
}
[value="pdf"]:checked ~ [class=appendDataCheckbox]{
display: inline;
}
<input name="format" value="pdf" type="radio" id="toggle-1"></input><label for="toggle-1">pdf</label><input name="format" value="xls" type="radio" id="toggle-2"></input><label for="toggle-2">xls</label>
<label for="toggle-3">Append Data? </label><input id="toggle-3" type="checkbox"></input></span>
// alert('Hello world!');
{"view":"split","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