N
primitives switch

Switch

On/off toggle.

$ ndui add switch
Component docs

Toggles

Source
<noundry-switch label="Email notifications" />
<noundry-switch label="Two-factor authentication" checked="true" />
<noundry-switch label="Public profile"
                help-text="Anyone with the link can view your profile."
                checked="true" />
<noundry-switch label="Disabled toggle" disabled="true" />