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

# CheckboxSize

## Signature

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

```