primitives
radio
Radio
Radio group with typed value.
$
Component docs
ndui add radio
Group with default selection
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>