Buttons

Toggle buttons

Visually ToggleButton are identical to the RadioButton toggle buttons. However, they are conveyed differently by assistive technologies: the RadioButton will be announced by screen readers as “checked”/“not checked” (since, despite their appearance, they are fundamentally still checkboxes), whereas ToggleButton will be announced as “button”/“button pressed”. [1]