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 8f65586 commit 3b87ca0Copy full SHA for 3b87ca0
reference/forms/types/radio.rst
@@ -5,8 +5,8 @@ radio Field Type
5
================
6
7
Creates a single radio button. If the radio button is selected, the field will
8
-be set to the specified value. Radio buttons cannot be unchecked - The value only
9
-changes when another radio button with the same gets checked.
+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