import { Canvas, Meta, Story, ArgTypes } from '@storybook/blocks';
import { Radio } from "./index";
import * as Stories from './index.stories';
# Radio
Cunningham provides a versatile Radio component that can be used in a variety of ways. The radio component is a form element that allows the user to select one option from a set of options.
## Label
The `label` props is optional, but you can use it to provide a description of the radio.
**Without label**
**With label**
## Value
You can set the value of the radio with the `checked` attribute.