dequelabs / Deque-University-for-Android

All you need to improve the Accessibility of your Android Applications in one place! Build the application to see Accessible Examples, check out Attest for debugging tools, or post an Issue to leverage our community of Android Accessibility experts.
https://www.deque.com/
Other
27 stars 9 forks source link

Radio Buttons #40

Open jlborin opened 5 years ago

jlborin commented 5 years ago

When using Radio Buttons (or checkboxes), the Radio Buttons must immediately follow the group legend. If not, users may not remember what the question was asking. Also, each button (or checkbox) should read off their position in the grouping to accessibility users.

Describe Pattern Behavior

  1. User reads (or has read out loud to them) the group legend (or title of the section).
  2. User chooses a response from the options listed.
  3. If the user wants to select another answer or or wanted to change their answer, they can unselect, select more, or select different options.
  4. For proper radio buttons, first option is unselected automatically when a second option is selected

Accessibility Considerations

A list of ways in which the interactions above break for users of Assistive technologies.