---
id: Select
section: components
cssPrefix: pf-c-menu
propComponents: ['Select', SelectGroup, 'SelectOption', 'SelectList']
beta: true
ouia: true
---

import TimesIcon from '@patternfly/react-icons/dist/esm/icons/times-icon';

## Examples

### Single

```ts file="./SelectBasic.tsx"
```

### Grouped single

```ts file="./SelectGrouped.tsx"
```

### Checkbox

```ts file="./SelectCheckbox.tsx"
```

### Typeahead

```ts file="./SelectTypeahead.tsx"
```

### Multiple Typeahead

```ts file="./SelectMultiTypeahead.tsx"
```
