---
id: Radio
section: components
cssPrefix: pf-c-radio
propComponents: ['Radio']
ouia: true
---

## Examples

### Controlled

```ts file="./RadioControlled.tsx"
```

### Uncontrolled

```ts file="./RadioUncontrolled.tsx"
```

### Reversed

```ts file="./RadioReversed.tsx"
```

### Label wraps

```ts file="./RadioLabelWraps.tsx"
```

### Disabled

```ts file="./RadioDisabled.tsx"
```

### With description

```ts file="./RadioWithDescription.tsx"
```

### With body

```ts file="./RadioWithBody.tsx"
```

### With description and body

```ts file="./RadioWithDescriptionAndBody.tsx"
```

### Standalone input

```ts file="./RadioStandaloneInput.tsx"
```
