Use the `checked` attribute to activate the checkbox.

```html
<div class="flex gap-12">
  <sd-checkbox checked>Checked</sd-checkbox>
</div>
```
