Closed
Description
What is the expected behavior?
Clicking the radiobutton in a radio button list should select the radio button accordingly.
What is the current behavior?
Clicking the radiobutton in a radio button list does activate the clicked radio button in case when I select the label text. The ripple effect of the click however triggers properly
What are the steps to reproduce?
Can be reproduced directly on the material docs site: https://material.angular.io/components/radio/overview
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
latest of both, tried in the docs site.
Is there anything else we should know?
Happy to provide a PR with some guidance where the issue could be.