Skip to content

Instantly share code, notes, and snippets.

@tyv
Created May 22, 2012 11:46
Show Gist options
  • Save tyv/2768553 to your computer and use it in GitHub Desktop.
Save tyv/2768553 to your computer and use it in GitHub Desktop.
Untitled
input + label
{
color: green;
}
input:checked + label
{
color: red;
}
input:disabled + label
{
color: #ccc;
}
<form>
<input type="checkbox" id="cbox">
<label for="cbox">клик</label>
</form>
{"view":"separate","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