Skip to content

Commit

Permalink
minor #3677 [Reference][Forms] Remove variables section from tables (…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
weaverryan committed Mar 18, 2014
2 parents 5d4a3a4 + 490633b commit fa3f531
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions reference/forms/types/checkbox.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ if the box is unchecked, the value will be set to false.
+-------------+------------------------------------------------------------------------+
| Options | - `value`_ |
+-------------+------------------------------------------------------------------------+
| Variables | - `checked`_ |
+-------------+------------------------------------------------------------------------+
| Overridden | - `empty_data`_ |
| options | - `compound`_ |
+-------------+------------------------------------------------------------------------+
Expand Down
2 changes: 0 additions & 2 deletions reference/forms/types/radio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ If you want to have a Boolean field, use :doc:`checkbox </reference/forms/types/
+-------------+---------------------------------------------------------------------+
| Rendered as | ``input`` ``radio`` field |
+-------------+---------------------------------------------------------------------+
| Variables | - `checked`_ |
+-------------+---------------------------------------------------------------------+
| Inherited | - `value`_ |
| options | - `data`_ |
| | - `empty_data`_ |
Expand Down

0 comments on commit fa3f531

Please # to comment.