primitives
checkbox
Checkbox
Accessible checkbox with label + error state.
$
Component docs
ndui add checkbox
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." />