N
primitives checkbox

Checkbox

Accessible checkbox with label + error state.

$ ndui add checkbox
Component docs

States

Source
<Checkbox Label="Subscribe to the weekly digest" @bind-Value="Model.Subscribed" />
<Checkbox Label="I agree to the terms" @bind-Value="Model.Agreed" />
<Checkbox Label="Enable SSO" Hint="requires Pro plan" Disabled="true" />
<Checkbox Label="Accept terms" Error="This field is required." />