Skip to content

Instantly share code, notes, and snippets.

@hilukasz
Created July 11, 2013 20:48
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 hilukasz/5979112 to your computer and use it in GitHub Desktop.
Save hilukasz/5979112 to your computer and use it in GitHub Desktop.
<div class="checkbox">
<label for="Arthritis_Grand_Parent">
<input type="checkbox" name="Arthritis_Grand_Parent" id="Arthritis_Grand_Parent" value="X" />
<span class="hide">Arthritis Grand Parent</span>
</label>
<label>
<input type="checkbox" name="Arthritis_Parent" id="Arthritis_Parent" value="X" />
<span class="hide">Arthritis Parent</span>
</label>
<label for="Arthritis_Sibling">
<input type="checkbox" name="Arthritis_Sibling" id="Arthritis_Sibling" value="X" />
<span class="hide">Arthritis Sibling</span>
</label>
Arthritis (rheumatoid)
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment