Completed
Last Updated: 03 Dec 2021 10:08 by ADMIN
Release 2.30.0
Taarti
Created on: 01 Nov 2021 13:38
Category: Checkbox
Type: Bug Report
1
Checkbox accessibility issue

We have encountered the following accessibility issue with the Checkbox:

Snippet:

<input type="checkbox" data-id="e218e1d5-71c6-4327-8d3c-88b0c62397a1" class="k-checkbox telerik-blazor" aria-checked="false">

How to fix - Fix ONE the following:

  • Form element does not have an implicit (wrapped) <label>
  • Form element does not have an explicit <label>
  • aria-label attribute does not exist or is empty
  • aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
  • Element has no title attribute
  • Element has no placeholder attribute
  • Element's default semantics were not overridden with role="none" or role="presentation"
0 comments