Skip to content

Commit

Permalink
feat: Input label accessibility for batch certification checkbox inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
kriscooke committed Aug 28, 2020
1 parent 9861335 commit 64aba20
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export const CertificationRequestsComponent: React.FunctionComponent<Props> = ({
<label>
{!node.certifiedAt && (
<input
aria-label="Select for certification"
type="checkbox"
checked={selections.includes(
node.certificationUrlByCertificationUrlId.id
Expand Down

0 comments on commit 64aba20

Please sign in to comment.