Skip to content

Commit

Permalink
remove the variables section from the radio button and checkbox type
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Mar 13, 2014
1 parent 5d4a3a4 commit 490633b
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 490633b

Please sign in to comment.