Radio buttons are used for mutually exclusive choices, not for multiple choices. Only one radio button can be selected at a time. When a user chooses a new item, the previous choice is automatically deselected.
change - Fired when the radio button becomes checked (but not when unchecked)
input - Fired when the radio button value changes
Invoked on each update to perform rendering tasks. This method may return
any value renderable by lit-html's ChildPart - typically a
TemplateResult. Setting properties inside this method will not trigger
the element to update.
Radio buttons are used for mutually exclusive choices, not for multiple choices. Only one radio button can be selected at a time. When a user chooses a new item, the previous choice is automatically deselected.
change - Fired when the radio button becomes checked (but not when unchecked) input - Fired when the radio button value changes
Figma
https://www.figma.com/file/JesXQFLaPJLc1BdBM4sisI/🦓-ZDS---Components?node-id=21510-54345
Storybook
https://design.zebra.com/web/storybook/?path=/docs/components-radio-button--docs