From 490633b97f8c2931bc43a76dd060cfcc50da432d Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Thu, 13 Mar 2014 22:54:45 +0100 Subject: [PATCH] remove the variables section from the radio button and checkbox type --- reference/forms/types/checkbox.rst | 2 -- reference/forms/types/radio.rst | 2 -- 2 files changed, 4 deletions(-) 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