carbon-design-system / carbon-components-svelte

Svelte implementation of the Carbon Design System
https://svelte.carbondesignsystem.com
Apache License 2.0
2.71k stars 261 forks source link

RadioButton checked doesn't change #1879

Open Sahasrara opened 10 months ago

Sahasrara commented 10 months ago

The checked property doesn't change if:

brunnerh commented 10 months ago

Currently RadioButton is always accompanied by a RadioButtonGroup 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.