508 Accessibility to a check box
508 Accessibility to a check box
![cperdue](https://secure.gravatar.com/avatar/0794987d0277062ea6921dc9fd112bcf/?default=https%3A%2F%2Fvanillicon.com%2F0794987d0277062ea6921dc9fd112bcf_200.png&rating=g&size=120)
I want to add 508 Accessibility to a check box. I have a select check box with user full name columns. How do I create the Ariel-label for the check box to have the name column information.
This discussion has been closed.
Answers
Do you mean this type of checkbox? That's just a CSS border on a pseudo element:
Or did you mean something else?
Allan
Since the subject is 508 accessibility I'd assume cperdue meant an actual checkbox. This is necessary to allow a user that is using a keyboard to select the element. Presently this is not possible with the recommended option of a CSS border on a pseudo element.
This checkbox would need a meaningful accessible name.