Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1a1497c

Browse filesBrowse files
committed
Extracted duplicated var tables
1 parent 95540ca commit 1a1497c
Copy full SHA for 1a1497c

File tree

Expand file treeCollapse file tree

3 files changed

+7
-10
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+7
-10
lines changed

‎reference/forms/types/checkbox.rst

Copy file name to clipboardExpand all lines: reference/forms/types/checkbox.rst
+1-5Lines 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

Copy file name to clipboardExpand all lines: reference/forms/types/radio.rst
+1-5Lines 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
+5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.