Radio
aidsgn-radio is a native radio with a linked light-DOM label. Options that belong to one decision share a name; the browser then manages their mutually exclusive selection.
<aidsgn-radio name="plan" value="starter" checked label="Starter"></aidsgn-radio>
<aidsgn-radio name="plan" value="team" label="Team"></aidsgn-radio> Use Radio when exactly one option in a visible group can be chosen. Use Checkbox for independent selections and Switch for immediate on/off settings.