What should I add to this html snippet to improve accessibility and allow a disabled user to understand the meaning of the check next to the \"no\" list item?
The simplest way to provide a text alternative is to use the aria-hidden="true"
attribute on the icon and to include the text with an additional element, such as a , with appropriate CSS to visually hide the element while keeping it accessible to assistive technologies. In addition, you can add a title attribute on the icon to provide a tooltip for sighted mouse users.
-
No
Description goes here
Source