> ## 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-radio-button

> Web-Komponente msm-radio-button.

`msm-radio-button` ist eine Web-Komponente (Lit).

## Zweck

Formulareingaben und UI-Controls.

## Beispiel

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

## Attribute / Properties

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

## Events

Diese Komponente feuert keine eigenen Custom Events.

## CSS parts

* `base`
* `label`
* `radio`

## Slots

* `slot`

## Methoden

* `validate()`
