Skip to content

Instantly share code, notes, and snippets.

@aprilrabkin
Last active August 29, 2015 14:03
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 aprilrabkin/aacc0a6ca59b66990989 to your computer and use it in GitHub Desktop.
Save aprilrabkin/aacc0a6ca59b66990989 to your computer and use it in GitHub Desktop.
HTML for Checked and Unchecked Boxes
<input checked="checked" id="post_tag_ids_1" name="post[tag_ids][]" type="checkbox" value="1">
<label for="post_tag_ids_1">adventurous</label>
<input id="post_tag_ids_2" name="post[tag_ids][]" type="checkbox" value="2">
<label for="post_tag_ids_2">aggressive</label>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment