> For the complete documentation index, see [llms.txt](https://apcom.gitbook.io/altrone-ui/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apcom.gitbook.io/altrone-ui/components/forms/checkboxlist.md).

# CheckboxList

Just like [ButtonContainer](/altrone-ui/components/containers/buttoncontainer.md) used to place buttons, a CheckboxList is used to place checkboxes in the same group. Also CheckboxList allows to you set a limit for checkboxes and elements that go beyond this limit will be hidden behind the "Show more" button.&#x20;

## Properties

| Property                                              | Type        | Description                                                                                 |
| ----------------------------------------------------- | ----------- | ------------------------------------------------------------------------------------------- |
| **`children`**<mark style="color:red;">**`*`**</mark> | `ReactNode` | Inner checkboxes                                                                            |
| **`direction`**                                       | `Direction` | Direction of the list. Default value is horizontal                                          |
| **`limit`**                                           | `number`    | The number of checkboxes that will be displayed in the list by default. Default value is 5. |
| **`className`**                                       | `string`    | Custom CSS class                                                                            |

## History

* **`Altrone 1.0`**: initial release
