Skip to content

Add newRadioButtonGroup to formatting for unfocused radio button

Simon Long requested to merge spl237/orca:fixrb into master

See #162 (closed)

When a labelled-by relationship is created for a group of radio buttons, the label is not at present spoken; just the individual radio button labels.

This PR changes the relevant formatting string for a radio button so that when focus moves to the first radio button in a group, the group label is spoken in addition to the individual button label.

Merge request reports