# Component/Control/Checkbox

## Props


| Name | Type | Required | Default | Description |
|------|------|----------|---------|-------------|
| `checked` | `boolean | undefined` | No |  |  |
| `disabled` | `boolean | undefined` | No |  |  |
| `indeterminate` | `boolean | undefined` | No |  |  |
| `size` | `undefined "medium" "small" "large"` | No | medium |  |
| `onChange` | `((e: ChangeEvent<HTMLInputElement>) => void) | undefined` | No |  |  |
| `unstableFocusVisible` | `boolean | undefined` | No |  | react-aria useFocusRing isFocusVisible 반환값을 제어할 수 있습니다. |
