I am working on improving the accessibility of a web application. There is a table in which each row represents an item. The first column in every row is a check-box that allows the user to select that item for operations activated from a menu elsewhere in the application. The label tag associated with this check-box contains many of the same details that are present in other columns of the table. I suspect the designers felt that this would make it easier for a screen-reader user to identify which item would be selected by that check-box. I am testing the application with the screen reader, and I'm tending to find that long descriptions for items are annoying and unhelpful. Neither I, nor the previous designers disabled.
Could someone who is disabled or who has a lot of experience with disabilities offer an opinion regarding the redundant information in the label tag of the check-box? Is it better to repeat some information to make it more closely associated with the checkbox, or would it be better to just have it say "select the item in this row".
Thanks in advance.