Created
April 11, 2016 20:27
-
-
Save andresbott/d82154063e37944a75d11c511150da0d to your computer and use it in GitHub Desktop.
form checkbox send value if unchecked
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<input type="hidden" name="remindME" value="0"> | |
<input name="remindME" type="checkbox"> Recuerdame</label> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment