# \<ix-checkbox>

This webcomponent follows the [open-wc](https://github.com/open-wc/open-wc) recommendation.

## Installation

```bash
npm i @digital-realty/ix-checkbox
```

## Usage

```html
<script type="module">
  import '@digital-realty/ix-checkbox/ix-checkbox.js';
</script>

<ix-checkbox></ix-checkbox>
```
### In React
```html
<script type="module">
  import { IxCheckbox } from '@digital-realty/ix-checkbox/IxCheckbox'
</script>
```


## Demo and Documentation

Full documentation and demo are available at [DLR Component Gallery](https://inxn-p1-uicomponentgallery.azurewebsites.net/?path=/story/inxn-ix-checkbox--default).
