---
title: ComboboxOptionOptions
source: https://github.com/remix-run/remix/blob/main/packages/ui/src/combobox/primitives.tsx#L88
---

# ComboboxOptionOptions

## Signature

```ts
interface ComboboxOptionOptions {
  disabled?: boolean
  label: string
  searchValue?: SearchValue
  value: string
}

```