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
{{ message }}
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
paper-checkbox ignores backface-visibility: hidden CSS property. Because of that the checkbox stays visible (and allows interaction) even when it's on the backside of the element.
Expected outcome
The property not ignored - checkbox is hidden when on the backside.
Actual outcome
Checkbox remains to be visible.
Live Demo
Not sure how to set up, the example link doesn't seem to work