N
primitives checkbox

Checkbox

Accessible checkbox with label + error state.

$ ndui add checkbox
Component docs

States

You must accept before continuing.

Source
<noundry-checkbox label="I agree to the terms of service" />
<noundry-checkbox label="Subscribe to product updates" checked="true" />
<noundry-checkbox label="Sign me up for cold-call demos" disabled="true" />
<noundry-checkbox label="Required field"
                  required="true"
                  help-text="You must accept before continuing." />