Skip to content

Commit 1a1497c

Browse files
committed
Extracted duplicated var tables
1 parent 95540ca commit 1a1497c

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

reference/forms/types/checkbox.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,4 @@ These options inherit from the :doc:`form </reference/forms/types/form>` type:
8181
Form Variables
8282
--------------
8383

84-
======== ============ ============================================
85-
Variable Type Usage
86-
======== ============ ============================================
87-
checked ``Boolean`` Whether or not the current input is checked.
88-
======== ============ ============================================
84+
.. include:: /reference/forms/types/variables/check_or_radio_table.rst.inc

reference/forms/types/radio.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,4 @@ These options inherit from the :doc:`form </reference/forms/types/form>` type:
6767
Form Variables
6868
--------------
6969

70-
======== ============ ============================================
71-
Variable Type Usage
72-
======== ============ ============================================
73-
checked ``Boolean`` Whether or not the current input is checked.
74-
======== ============ ============================================
70+
.. include:: /reference/forms/types/variables/check_or_radio_table.rst.inc
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
======== ============ ============================================
2+
Variable Type Usage
3+
======== ============ ============================================
4+
checked ``Boolean`` Whether or not the current input is checked.
5+
======== ============ ============================================

0 commit comments

Comments
 (0)