Skip to content

Instantly share code, notes, and snippets.

@allmarkedup
Created July 21, 2012 14:34
Show Gist options
  • Save allmarkedup/3155968 to your computer and use it in GitHub Desktop.
Save allmarkedup/3155968 to your computer and use it in GitHub Desktop.
default values for html checkboxes
<input type="hidden" name="checkbox_name" value="unchecked_value" />
<input type="checkbox" name="checkbox_name" value="checked_value" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment