We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e06f9f commit 3b153bfCopy full SHA for 3b153bf
reference/forms/types/checkbox.rst
@@ -12,7 +12,6 @@ if the box is unchecked, the value will be set to false.
12
| Rendered as | ``input`` ``checkbox`` field |
13
+-------------+------------------------------------------------------------------------+
14
| Options | - `value`_ |
15
-| | - `checked`_ |
16
17
| Inherited | - `required`_ |
18
| options | - `label`_ |
@@ -48,12 +47,6 @@ value
48
47
The value that's actually used as the value for the checkbox. This does
49
not affect the value that's set on your object.
50
51
-checked
52
-~~~~~~~
53
-
54
-**type**: ``mixed`` **default**: ``1``
55
56
57
Inherited options
58
-----------------
59
0 commit comments