# ChoiceTokenProps

**Kind:** Interface

Props for the `ChoiceToken` component. Also accepts:
* `ChoiceTokenStyleProps`

## Properties

### `choice`

Type: `ChoiceOption`

An object representing a select option. You should not create these objects from scratch, but should instead grab them from base data.

### `className?`

Type: `undefined | string`

Additional class names to apply to the choice token.

### `style?`

Type: `React.CSSProperties`

Additional styles to apply to the choice token.

---

## ChoiceToken

**Kind:** Component

A component that shows a single choice in a small token, to be displayed inline or in a list of choices.

[[ Story id="choicetoken--example" title="Choice token example" ]]

**Parameters:**
- `props` (`ChoiceTokenProps`)

**Returns:** `Element`
