> ## 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-компонент msm-radio-button.

`msm-radio-button` — web-компонент на Lit.

## Назначение

Поля форм и элементы управления.

## Пример

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

## Атрибуты / свойства

| Имя        | Тип     | По умолчанию | Примечания |
| ---------- | ------- | ------------ | ---------- |
| `name`     | string  | -            |            |
| `type`     | string  | -            |            |
| `group`    | boolean | -            |            |
| `checked`  | boolean | -            |            |
| `disabled` | boolean | -            |            |
| `required` | boolean | -            |            |

## События

Этот компонент не генерирует собственных CustomEvent.

## CSS parts

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

## Слоты

* `slot`

## Методы

* `validate()`
