Use the `indeterminate` attribute to make the checkbox indeterminate.

```html
<div class="flex gap-12">
  <sd-checkbox indeterminate>Indeterminate</sd-checkbox>
</div>
```
