N
primitives radio

Radio

Radio group with typed value.

$ ndui add radio
Component docs

Group with default selection

Billing plan
Source
<noundry-radio-group name="plan" label="Billing plan" value="pro">
    <noundry-radio value="free"
                   label="Free"
                   help-text="Up to 3 projects, no SSO." />
    <noundry-radio value="pro"
                   label="Pro"
                   help-text="Unlimited projects + email support." />
    <noundry-radio value="enterprise"
                   label="Enterprise"
                   help-text="SSO, SLA, audit log." />
</noundry-radio-group>