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

paper-checkbox checked attribute accessibility issue #213

@uxdesignz

Description

@uxdesignz

Expected Results:
Once the checkbox is checked, the HTML checked attribute is inserted and which should not be. Do not insert the checked attribute as its use is not valid. Use only aria-checked to communicate the state of the checkbox.

Actual Result
Form Labels: The checkbox ARIA form controls have no label defined and an inappropriate attribute. Screen readers may not be able to correctly associate the label with the form field.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions