iced icon indicating copy to clipboard operation
iced copied to clipboard

Radio buttons need to be grouped for proper interaction

Open chris-morgan opened this issue 5 years ago • 2 comments

Radio buttons should always belong to a group, so that things like the arrow keys work to select a different value, and so that accessibility tools can understand what’s going on with them.

In HTML, this means that grouped radio buttons need to share a name attribute.

chris-morgan avatar Nov 26 '19 03:11 chris-morgan

Yes, I agree.

This should also improve their API and ensure you cannot use them as a multiselection widget, where checkboxes would make more sense.

The main challenge here, in the long run, will be styling flexibility.

hecrj avatar Nov 26 '19 09:11 hecrj