We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e561b2 + 3b87ca0 commit 6062aa2Copy full SHA for 6062aa2
reference/forms/types/radio.rst
@@ -4,9 +4,9 @@
4
radio Field Type
5
================
6
7
-Creates a single radio button. This should always be used for a field that
8
-has a Boolean value: if the radio button is selected, the field will be set
9
-to true, if the button is not selected, the value will be set to false.
+Creates a single radio button. If the radio button is selected, the field will
+be set to the specified value. Radio buttons cannot be unchecked - the value only
+changes when another radio button with the same name gets checked.
10
11
The ``radio`` type isn't usually used directly. More commonly it's used
12
internally by other types such as :doc:`choice</reference/forms/types/choice>`.
0 commit comments