1. What language? c#, vb?
2. can you not use
dynCheckBox.Attributes["title"] = "This Box Does This";
when you create the checkbox?
i dont think there is a valid alt attribute for a checkbox.
if you cant for some reason add the attribute like above, can you post the code for when you create the checkbox?