I have some <input type="checkbox" /> tags that do not have labels. Their use is clear to sighted people, and the others can probably figure it out easy enough but I was hoping to make it even simpler.
Since I have no <label for=""> I was thinking of using the title="" attribute. Does anyone know if screen readers will read the title attribute on an input tag or should I really be looking to use the label tag?





Bookmarks