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

# RadioOptions

## Signature

```ts
interface RadioOptions {
  size?: RadioSize
}

```