You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(material/checkbox): ensure native control receives clicks (#30511)
The `input` element inside the checkbox was stacked under some other elements which might prevent clicks. These changes ensure it's stacked on top.
Fixes#30494.
(cherry picked from commit f0d6658)
0 commit comments