diff --git a/reference/forms/types/checkbox.rst b/reference/forms/types/checkbox.rst index 33898477dd0..abd7bd43a13 100644 --- a/reference/forms/types/checkbox.rst +++ b/reference/forms/types/checkbox.rst @@ -9,7 +9,7 @@ has a Boolean value: if the box is checked, the field will be set to true, if the box is unchecked, the value will be set to false. +-------------+------------------------------------------------------------------------+ -| Rendered as | ``input`` ``text`` field | +| Rendered as | ``input`` ``checkbox`` field | +-------------+------------------------------------------------------------------------+ | Options | - `value`_ | +-------------+------------------------------------------------------------------------+