# @talixo/checkbox

> UI component for checkbox

Latest version **0.1.0** (published 2018-05-02) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2018-05-02 |
| First published | 2018-05-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 7.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Public in Motion GmbH |
| Maintainers | michalochman, rangoo |

## Links

- npm: https://www.npmjs.com/package/@talixo/checkbox
- Repository: https://github.com/PublicInMotionGmbH/ui-kit
- Homepage: https://github.com/PublicInMotionGmbH/ui-kit#readme
- Issues: https://github.com/PublicInMotionGmbH/ui-kit/issues
- npm.io page: https://npm.io/package/@talixo/checkbox

## Recent versions

- 0.1.0 (latest) — 2018-05-02
- 1.0.0-alpha.36 (alpha) — 2023-05-17
- 1.0.0-alpha.35 — 2018-12-09
- 1.0.0-alpha.31 — 2018-10-19
- 1.0.0-alpha.30 — 2018-10-02
- 1.0.0-alpha.27 — 2018-08-20
- 1.0.0-alpha.24 — 2018-08-13
- 1.0.0-alpha.20 — 2018-07-26
- 1.0.0-alpha.19 — 2018-07-26
- 1.0.0-alpha.18 — 2018-07-26
- 1.0.0-alpha.16 — 2018-07-24
- 1.0.0-alpha.13 — 2018-07-13
- 1.0.0-alpha.12 — 2018-07-13
- 1.0.0-alpha.7 — 2018-07-10
- 1.0.0-alpha.6 — 2018-07-10
- … 4 more at https://npm.io/package/@talixo/checkbox/versions

## README

# Talixo Checkbox 

It's just simple wrapper for checkbox.

## How to install

Package is available as `@talixo/checkbox` in NPM registry, so you can use it in your project
using `npm install @talixo/checkbox --save` or `yarn add @talixo/checkbox`.

## Requirements

Your package should additionally have some extra dependencies:

- `prop-types: ^15.6.1`
- `react: ^16.2.0`
- `react-dom: ^16.2.0`
- `@talixo/shared: ^0.1.0`

These packages are required by `@talixo/checkbox`, but you have to install them manually,
to avoid having different versions of these in your application.

## Supported props

It allows any props which are allowed for `input[type=checkbox]`. Additionally, it handles some differently:

Property name | Type      | Default | Description                    
--------------|-----------|:-------:|--------------------------------
className     | string    | n/a     | additional class name passed to wrapper
children      | node      | n/a     | Checkbox description
size          | string    | n/a     | checkbox label size ('small' or 'large')
style         | object    | n/a     | additional styles


## Changelog

- **0.1.0** - initial version

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