diff --git a/src/material/radio/radio.scss b/src/material/radio/radio.scss index fe4189f25494..01d2edb62d6e 100644 --- a/src/material/radio/radio.scss +++ b/src/material/radio/radio.scss @@ -203,6 +203,10 @@ $ripple-radius: 20px; width: 100%; height: 100%; cursor: inherit; + + // Puts the input behind the circle while keeping it visible so that + // it allows `click` events to propagate up to the `label` wrapper. + z-index: -1; } @include a11y.high-contrast(active, off) {