8000
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.
1 parent 5e561b2 commit 8f65586Copy full SHA for 8f65586
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 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