You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently RadioButton is always accompanied by a RadioButtonGroupin the docs, and a group without name makes no sense.
Making checked update without a group can probably be arranged, though.
And maybe the group's name should be a required property without a default value.
Activity
brunnerh commentedon Jan 3, 2024
Currently
RadioButton
is always accompanied by aRadioButtonGroup
in the docs, and a group without name makes no sense.Making
checked
update without a group can probably be arranged, though.And maybe the group's
name
should be a required property without a default value.