Description
Bug, feature request, or proposal:
When using Android TalkBack, the system highlights interactive elements with a green border when they are focused. On some components, such as mat-select, are highlighted as expected. However, mat-checkbox and mat-radio-button seem to be suppressing the highlighting.
It may be due to "-webkit-tap-highlight-color: transparent", introduced in #11349.
What is the expected behavior?
mat-checkbox and mat-radio-button should be highlighted when they are focused by the screen reader.
What is the current behavior?
mat-checkbox and mat-radio-button are not highlighted when they are focused by the screen reader.
What are the steps to reproduce?
Go to https://material.angular.io/components/checkbox/overview on an Android phone with TalkBack enabled. Swipe horizontally until the attention is focused on the checkbox. You will see hear that that checkbox is focused and can be interacted with, but it is not highlighted on the screen.