# Radio button
[Radio buttons](https://m3.material.io/components/radio-button) let
people select one option from a set of options.
* [Design article](https://m3.material.io/components/radio-button)
* [API Documentation](#api)
* [Source code](https://github.com/material-components/material-web/tree/main/radio)
## Usage
Radios behave like
[``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio)
elements and form a group with the same `name` attribute. Only one radio can be
selected in a group.
Radios can be pre-selected by adding a `checked` attribute.
Add a `value` to identify which radio is selected in a form.
```html
```
### Label
Associate a label with a radio using the `