Remove the unnecessary hidden field in kitchen sink example.

This commit is contained in:
Sergio Benitez 2017-02-03 18:56:05 -08:00
parent d23a0fa80a
commit 53390164cd
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
<form action="/" method="post" accept-charset="utf-8">
<label>Checkbox:
<input type="hidden" name="checkbox" value="off">
<input type="checkbox" name="checkbox" value="on">
</label><br /><br />