---
title: RadioSize
source: https://github.com/remix-run/remix/blob/main/packages/ui/src/radio/index.ts#L6
---

# RadioSize

## Signature

```ts
type RadioSize = 'md' | 'lg'

```