Skip to content

Commit

Permalink
Fixed guidance based on review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
amyhupe authored Oct 15, 2018
1 parent e93ca02 commit b327b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/radios/index.md.njk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If you are asking just [one question per page](../../patterns/question-pages/#st

Read more about [why and how to set legends as headings](../../get-started/labels-legends-headings).

Users can only select one option from a list of radios. Do not assume that users will know how many options they can select based on the visual difference between radios and checkboxes alone.
Unlike with radios, users can only select one option from a list of radios. Do not assume that users will know how many options they can select based on the visual difference between radios and checkboxes alone.

If needed, add a hint explaining this, for example, 'Select one option'.

Expand All @@ -36,7 +36,7 @@ Do not pre-select radio options as this makes it more likely that users will:
- not realise they've missed a question
- submit the wrong answer

Unlike with checkboxes, users cannot return to an unselected group of radios once they have selected one, without refreshing their browser window. Therefore, you should include 'None of the above' if it's a valid option.
Users cannot go back to having no option selected once they have selected one, without refreshing their browser window. Therefore, you should include 'None of the above' or 'I do not know' if they are valid options.

Order radio options alphabetically by default.

Expand Down

0 comments on commit b327b2b

Please sign in to comment.