Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

mdCheckbox: focus should show ink circle #1336

@marcysutton

Description

@marcysutton

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:

Checkbox designs

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):

<md-list>
    <md-list-item>
        <p>Subscribe</p>
        <md-checkbox aria-label="Subscribe"></md-checkbox>
    </md-list-item>
</md-list>

Metadata

Metadata

Assignees

Labels

a11yThis issue is related to accessibility

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions