## RadioButton

The RadioButton component is an `<input type="radio">` field where the user can enter data.

It is used within a `<form>` element to declare input controls.

### Included controls

- Label text
- Disable input

### Imported components

- FormItem

### Stories used in

- [Form](/?path=/story/composite-components-form--default)
