Skip to content

Commit 4b00212

Browse files
garakweaverryan
authored andcommitted
radio is rendered like a radio, not text
1 parent f3462fd commit 4b00212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/radio.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ internally by other types such as :doc:`choice</reference/forms/types/choice>`.
1313
If you want to have a Boolean field, use :doc:`checkbox</reference/forms/types/checkbox>`.
1414

1515
+-------------+---------------------------------------------------------------------+
16-
| Rendered as | ``input`` ``text`` field |
16+
| Rendered as | ``input`` ``radio`` field |
1717
+-------------+---------------------------------------------------------------------+
1818
| Options | - `value`_ |
1919
+-------------+---------------------------------------------------------------------+

0 commit comments

Comments
 (0)