> ## 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 component msm-radio-button.

`msm-radio-button` is a web component built with Lit.

## Purpose

Render form inputs and UI controls.

## Usage

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

## Attributes / properties

| Name       | Type    | Default | Notes |
| ---------- | ------- | ------- | ----- |
| `name`     | string  | -       |       |
| `type`     | string  | -       |       |
| `group`    | boolean | -       |       |
| `checked`  | boolean | -       |       |
| `disabled` | boolean | -       |       |
| `required` | boolean | -       |       |

## Events

This component does not emit custom events.

## CSS parts

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

## Slots

* `slot`

## Methods

* `validate()`
