# inquirer-search-checkbox

> Searchable Inquirer checkbox

Latest version **1.0.0** (published 2017-12-30) · ISC license · 0 weekly downloads

## Install

```sh
npm install inquirer-search-checkbox
pnpm add inquirer-search-checkbox
yarn add inquirer-search-checkbox
bun add inquirer-search-checkbox
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2017-12-30 |
| First published | 2017-10-29 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | clinyong |

## Links

- npm: https://www.npmjs.com/package/inquirer-search-checkbox
- npm.io page: https://npm.io/package/inquirer-search-checkbox

## Dependencies (4)

- [chalk](https://npm.io/package/chalk.md) ^2.3.0
- [fuzzy](https://npm.io/package/fuzzy.md) ^0.1.3
- [figures](https://npm.io/package/figures.md) ^2.0.0
- [inquirer](https://npm.io/package/inquirer.md) ^3.3.0

## Recent versions

- 1.0.0 (latest) — 2017-12-30
- 0.1.1 — 2017-10-29
- 0.1.0 — 2017-10-29

## README

## inquirer-search-checkbox

![](https://media.giphy.com/media/26n7awggUO1waqUW4/giphy.gif)

### Install

```
$ yarn add inquirer-search-checkbox
```

### Usage

```js
inquirer.registerPrompt('search-checkbox', require('inquirer-search-checkbox'));
```

See [examples](https://github.com/clinyong/inquirer-search-checkbox/tree/master/examples) for detail.

---
_Source: https://npm.io/package/inquirer-search-checkbox · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
