Open Robbert opened 3 years ago
I sometimes receive questions about keyboard navigation and the behaviour of a radio button group. Grouped radio buttons should work as follows (tested with Chrome 90 on Windows 10: Initial state
We moeten onderzoek doen voor de richtlijn of één radio button uit een groep al geselecteerd is, of dat er juist geen enkele optie geselecteerd is.
Naam
Radio Group
Notities
Naming
To keep in line with the naming convention where we use
radio
andcheckbox
from<input type="radio"/>
and>input type="checkbox"/>
let's name this componentradio-group
instead ofradio-button-group