Groups of inputs (in particular checkbox and radio button groups) must have a group label. There are multiple ways to achieve this. The one that works with the largets number of ATs is <fieldset> and <legend>, however ARIA can also be used.Below are examples of how to do this markup.
before