---
symbol: checkbox
module: "@tsed/cli-prompts"
type: function
meta:
 - name: keywords
   description: api typescript node.js documentation checkbox function
---
# checkbox - @tsed/cli-prompts

## Usage

```typescript
import { checkbox } from "@tsed/cli-prompts/src/fn/checkbox";
```

> See [/packages/cli-prompts/src/fn/checkbox.ts](https://github.com/tsedio/tsed-cli/blob/v7.5.1/packages/cli-prompts/src/fn/checkbox.ts#L0-L0).

## Overview

```ts
function checkbox(question: NormalizedPromptQuestion): Promise<symbol | any[]>;
```
