# Component/Chip/SelectChip

## Props


| Name | Type | Required | Default | Description |
|------|------|----------|---------|-------------|
| `label` | `string` | Yes |  |  |
| `selected` | `boolean | undefined` | No |  |  |
| `leftIcon` | `ReactElement<IconProps, string | JSXElementConstructor<any>> | undefined` | No |  | label 좌측 렌더링될 Icon (size, 변경 가능한 color 고정) |
| `helperIcon` | `((icon: ReactNode) => ReactElement<any, string | JSXElementConstructor<any>>) | undefined` | No |  |  |
