primitives
switch
Switch
On/off toggle.
$
Component docs
ndui add switch
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" />