Reputation: 11
<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?
Upvotes: 1
Views: 105