# Component/Control/Checkbox 여러 요소를 선택할 때 사용합니다. ## Props | Name | Type | Required | Default | Description | |------|------|----------|---------|-------------| | `checked` | `boolean | undefined` | No | | | | `disabled` | `boolean | undefined` | No | | | | `indeterminate` | `boolean | undefined` | No | | | | `size` | `undefined "small" "medium" "large"` | No | medium | | | `onChange` | `((e: ChangeEvent) => void) | undefined` | No | | | | `unstableFocusVisible` | `boolean | undefined` | No | | react-aria useFocusRing isFocusVisible 반환값을 제어할 수 있습니다. |