# @berlitz/checkbox

> Checkbox component for the Max Design System

Latest version **4.5.5** (published 2026-05-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install @berlitz/checkbox
pnpm add @berlitz/checkbox
yarn add @berlitz/checkbox
bun add @berlitz/checkbox
```

## Health

**Score 45/100 (D)** — status: active.

Positive: no vulnerabilities.

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

## Facts

| | |
|---|---|
| Version | 4.5.5 |
| Published | 2026-05-26 |
| First published | 2018-10-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 36.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | berlitz |

## Links

- npm: https://www.npmjs.com/package/@berlitz/checkbox
- Homepage: https://github.com/berlitz-global/max/blob/master/components/checkbox/CHANGELOG.md
- npm.io page: https://npm.io/package/@berlitz/checkbox

## Dependencies (3)

- [@berlitz/link](https://npm.io/package/@berlitz/link.md) 3.2.0
- [@berlitz/max-utils](https://npm.io/package/@berlitz/max-utils.md) 4.8.3
- [styled-components-rtl](https://npm.io/package/styled-components-rtl.md) 5.2.0

## Recent versions

- 4.5.5 (latest) — 2026-05-26
- 4.2.19-test.2 (canary) — 2022-01-24
- 4.5.4 — 2026-03-09
- 4.5.3 — 2025-04-21
- 4.5.2 — 2025-04-16
- 4.5.1 — 2025-04-16
- 4.5.0 — 2025-04-16
- 4.4.5 — 2025-02-28
- 4.4.4 — 2025-02-27
- 4.4.3 — 2024-01-19
- 4.4.2 — 2023-09-27
- 4.4.1 — 2023-09-22
- 4.4.0 — 2023-09-13
- 4.3.3 — 2023-09-07
- 4.3.2 — 2023-09-06
- … 203 more at https://npm.io/package/@berlitz/checkbox/versions

## README

# Component Name [![npm version](https://img.shields.io/npm/v/@berlitz/{package-name}.svg)](https://www.npmjs.com/package/@berlitz/{package-name})

TODO _what does this component do?_

## Installation

TODO _how do you install it?_

```shell
yarn add @berlitz/{package-name}
```

## Props

TODO _fill this in, delete if not relevant_

| Argument  | Type | Required | Default | Example |
| --------- | ---- | -------- | ------- | ------- |
| No props. |      |          |         |         |

## Usage

```jsx
// TODO fill this in
import ComponentName from '@berlitz/{package-name}'
const MyApp = () => <ComponentName />
```

### When to use this component

TODO _fill this in, delete if not relevant_

### Notes

TODO _fill this in, delete if not relevant_

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