Yes/No Button Test
Radio buttons can be styled to look like buttons
Example 1: Fieldset & Legend
This example uses a fieldset element to group the radio buttons with a legend element as the group label.
Example 2: ARIA Radio Group
This example uses a div role="radiogroup" to group the radio buttons with aria-labelledby pointing to a span with the group label.
Does this example use role radiogroup and aria-labelledby?