> ## Documentation Index
> Fetch the complete documentation index at: https://design-system.rodrigoantunes.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Checkbox

> Displays a checkbox or a component that looks like a checkbox

[Storybook](https://storybook.rodrigoantunes.dev/?path=/docs/components-checkbox--docs)

<Tabs>
  <Tab title="Code">
    ```jsx theme={null}
    <ra-checkbox label="Checkbox"> </ra-checkbox>
    ```
  </Tab>

  <Tab title="Preview">
    [Check out the Storybook for an interactive preview](https://storybook.rodrigoantunes.dev/?path=/docs/components-checkbox--docs)
  </Tab>
</Tabs>
