From what I've read it is better to use <label> with the .sr-only class rather
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28142 Bug ID: 28142 Summary: Accessibility: OPAC Cart/basket checkboxes are not labelled Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Keywords: Academy Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: bolshawh@parliament.uk QA Contact: testopia@bugs.koha-community.org The checkboxes on the OPAC cart ("Basket") pages are not labelled. this makes it hard for users of screen readers to determine their purpose. This applies to both the brief and verbose displays. e.g. the checkbox appears in NVDA as: "Unlabeled; check box; not selected" We should add distinct labels so that users can identify the purpose of the checkboxes without visual context. The labels should include the title of the item so that users can decide which items to select from a list e.g. "Select [Title]" rather than "Select item". than using aria-label. -- You are receiving this mail because: You are watching all bug changes.