Use the `disabled` attribute to disable an input checkbox. Clicks will be suppressed until the disabled state is removed.

```html
<div class="flex gap-12">
  <sd-checkbox disabled>Disabled</sd-checkbox>
</div>
```
