Skip to content

Commit eb1c857

Browse files
committed
Correct input checkbox render as
Checkboxes render as `<input type="checkbox">` not `<input type="text">` This typo exists in all versions of the docs 2.0, 2.1, master. Thanks!
1 parent 8834b10 commit eb1c857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/checkbox.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ has a Boolean value: if the box is checked, the field will be set to true,
99
if the box is unchecked, the value will be set to false.
1010

1111
+-------------+------------------------------------------------------------------------+
12-
| Rendered as | ``input`` ``text`` field |
12+
| Rendered as | ``input`` ``checkbox`` field |
1313
+-------------+------------------------------------------------------------------------+
1414
| Options | - `value`_ |
1515
+-------------+------------------------------------------------------------------------+

0 commit comments

Comments
 (0)