Skip to content

Instantly share code, notes, and snippets.

@mazipan
Created April 5, 2017 11:06
Show Gist options
  • Save mazipan/bb27779c9ec0774359a94312d8afc806 to your computer and use it in GitHub Desktop.
Save mazipan/bb27779c9ec0774359a94312d8afc806 to your computer and use it in GitHub Desktop.
<input class="checkbox"
type="checkbox"
id="checkbox-1"
name="checkbox"/>
<label for="checkbox-1">Check 1</label>
<input class="checkbox"
type="checkbox"
id="checkbox-2"
name="checkbox"/>
<label for="checkbox-2">Check 2</label>
<input class="checkbox"
type="checkbox"
disabled="true"
id="checkbox-3"
name="checkbox"/>
<label for="checkbox-3">Check 3 Disabled</label>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment