> ## 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-form-field

> Web-Komponente msm-form-field.

`msm-form-field` ist eine Web-Komponente (Lit).

## Zweck

Formulareingaben und UI-Controls.

## Beispiel

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

## Attribute / Properties

| Name      | Typ     | Standard | Hinweise |
| --------- | ------- | -------- | -------- |
| `title`   | string  | -        |          |
| `item`    | object  | -        |          |
| `checked` | boolean | `false`  |          |

## Events

| Event              | detail    | Wann |
| ------------------ | --------- | ---- |
| `msm-field-change` | `deleted` |      |

### Beispiel

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

<script>
  const el = document.querySelector("msm-form-field");
  el.addEventListener("msm-field-change", (e) => {
    console.log(e.detail);
  });

</script>
```

## CSS parts

Keine `part`-Slots dokumentiert.

## Slots

Keine Slots dokumentiert.

## Methoden

* `validate()`
