Skip to content

Commit fa3f531

Browse files
committed
minor #3677 [Reference][Forms] Remove variables section from tables (xabbuh)
This PR was merged into the 2.3 branch. Discussion ---------- [Reference][Forms] Remove variables section from tables | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | Commits ------- 490633b remove the variables section from the radio button and checkbox type
2 parents 5d4a3a4 + 490633b commit fa3f531

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

reference/forms/types/checkbox.rst

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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)