Revised description to add more info (#19892)

pull/28450/head
vithoang 2018-10-25 02:13:43 -05:00 committed by Kristofer Koishigawa
parent c4bd8bda7a
commit 9e20cfa0ec
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@ title: Radio Button
</body>
</html>
```
Radio buttons can be used to select a single option out of multiple options. You aren't allowed to choose 2 or more radio buttons in the same selection field.
Radio buttons can be used when you want to limit a user's selection to one option when multiple options are available. A user cannot choose 2 or more radio buttons in the same selection field. By giving a group of radio buttons the same name attribute, the selection of one button will automatically result in the deselection of other buttons.