Skip to content

Commit 500a101

Browse files
committed
Merge pull request symfony#1875 from johnkary/patch-1
Correct input checkbox render type
2 parents 8834b10 + eb1c857 commit 500a101

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)