> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mastermindcms.com/llms.txt
> Use this file to discover all available pages before exploring further.

# msm-checkbox

> Web-Komponente msm-checkbox.

`msm-checkbox` ist eine Web-Komponente (Lit).

## Zweck

Formulareingaben und UI-Controls.

## Beispiel

```html theme={null}
<msm-checkbox></msm-checkbox>
```

## Attribute / Properties

| Name       | Typ     | Standard | Hinweise |
| ---------- | ------- | -------- | -------- |
| `name`     | string  | -        |          |
| `type`     | string  | -        |          |
| `checked`  | boolean | -        |          |
| `disabled` | boolean | -        |          |
| `required` | boolean | -        |          |

## Events

Diese Komponente feuert keine eigenen Custom Events.

## CSS parts

* `base`
* `checkbox`
* `label`

## Slots

* `slot`

## Methoden

* `validate()`
