1
<mwc-button
      role="radio"
      aria-checked="${option.id === this.answer}"
      >
      option
</mwc-button>

screen reader always reads out xxx,radio. Is there a way to stop it from reading out radio in the end?

  • 1
    Kind of the point? It tells visually impaired users that it is a radio button – Matt Davis May 13 '21 at 19:01
  • Yeah, this is expected behaviour, what are you trying to achieve / why do you not want it to read it out? – GrahamTheDev May 14 '21 at 07:53
  • I actually made it looks like a button: yes, no, decline to answer. But would like it to say"listed three options: yes, unselected; no, unselected; decline to answer, selected". reading out the "radio" is not desired. – user15919246 May 14 '21 at 20:03

0 Answers0