Skip to content

Checkbox used in ManageOrcid.pm needs an aria-label #78

Description

@drn05r

To improve Accessibility, am aria-label need to be added to the following checkbox input:

my $input = $repo->xml->create_element( "input",
id => "ep_orcid_" . $permission->{"permission"},
class => "ep_form_input_checkbox",
name => $permission->{"permission"},
type => "checkbox",
value => 1,
);

This probably also require as phrase that can be configure to set the value for this aria-label.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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