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 Apr 12, 2024. It is now read-only.
Hello,
It seem's that the last version of ngAria (1.3.14 and 1.4.0beta5 ) has a regression for components with role=checkbox.
Even if the component is not checked the value of aria-check is always set to true.
I used the plunker from the Angular Accessibility Developper guide to test it.
In the plunker when I set the version of ngAria to 1.4.0beta4 it works.