Skip to content

Commit 490633b

Browse files
committed
remove the variables section from the radio button and checkbox type
1 parent 5d4a3a4 commit 490633b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

reference/forms/types/checkbox.rst

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ if the box is unchecked, the value will be set to false.
1313
+-------------+------------------------------------------------------------------------+
1414
| Options | - `value`_ |
1515
+-------------+------------------------------------------------------------------------+
16-
| Variables | - `checked`_ |
17-
+-------------+------------------------------------------------------------------------+
1816
| Overridden | - `empty_data`_ |
1917
| options | - `compound`_ |
2018
+-------------+------------------------------------------------------------------------+

reference/forms/types/radio.rst

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ If you want to have a Boolean field, use :doc:`checkbox </reference/forms/types/
1515
+-------------+---------------------------------------------------------------------+
1616
| Rendered as | ``input`` ``radio`` field |
1717
+-------------+---------------------------------------------------------------------+
18-
| Variables | - `checked`_ |
19-
+-------------+---------------------------------------------------------------------+
2018
| Inherited | - `value`_ |
2119
| options | - `data`_ |
2220
| | - `empty_data`_ |

0 commit comments

Comments
 (0)