Skip to content

Commit

Permalink
correct overriden option of button and add checkbox overriden option
Browse files Browse the repository at this point in the history
  • Loading branch information
nykopol authored and weaverryan committed Jan 22, 2014
1 parent ab4aafe commit c62cd13
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion reference/forms/types/checkbox.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if the box is unchecked, the value will be set to false.
+-------------+------------------------------------------------------------------------+
| Options | - `value`_ |
+-------------+------------------------------------------------------------------------+
| Overriden | - `empty_data`_ |
| Overridden | - `empty_data`_ |
| options | - `compound`_ |
+-------------+------------------------------------------------------------------------+
| Inherited | - `data`_ |
Expand Down Expand Up @@ -53,6 +53,13 @@ Overriden options

.. include:: /reference/forms/types/options/checkbox_compound.rst.inc

Overriden options
-----------------

.. include:: /reference/forms/types/options/checkbox_empty_data.rst.inc

.. include:: /reference/forms/types/options/checkbox_compound.rst.inc

Inherited options
-----------------

Expand Down

0 comments on commit c62cd13

Please sign in to comment.