Use the `password-toggle` attribute to add a toggle button that will show the password when activated.
**Hint:** Only works with `type=password`.

```html
<div class="max-w-[400px]">
  <sd-input type="password" label="Toggle password" password-toggle spellcheck></sd-input>
</div>
```
