Skip to content

Commit 6062aa2

Browse files
committed
Merge pull request #2091 from Sgoettschkes/issue1130
Changing the description of the Radio Form Type
2 parents 5e561b2 + 3b87ca0 commit 6062aa2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/forms/types/radio.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
radio Field Type
55
================
66

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.
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 name gets checked.
1010

1111
The ``radio`` type isn't usually used directly. More commonly it's used
1212
internally by other types such as :doc:`choice</reference/forms/types/choice>`.

0 commit comments

Comments
 (0)