diff --git a/reference/forms/types/checkbox.rst b/reference/forms/types/checkbox.rst index 465b46ed5b7..546a5bc9933 100644 --- a/reference/forms/types/checkbox.rst +++ b/reference/forms/types/checkbox.rst @@ -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`_ | +-------------+------------------------------------------------------------------------+ diff --git a/reference/forms/types/radio.rst b/reference/forms/types/radio.rst index b1ce571e4cc..946899170cb 100644 --- a/reference/forms/types/radio.rst +++ b/reference/forms/types/radio.rst @@ -15,8 +15,6 @@ If you want to have a Boolean field, use :doc:`checkbox