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 Sep 5, 2024. It is now read-only.
mdCheckbox has a temporary focus style where a dotted border is shown around the textContent. To follow the Material Design spec more closely, the checkbox should show an ink circle on focus that persists until the element is blurred:
This will make checkboxes labeled with only the aria-label and no textContent show focus. An example requiring this is the list item control by @rschmukler (#985, currently in progress):