# @novem-ui/checkbox ## Usage ### `` The component has the following props, plus [SpacingProps](../base/src/spacing/README.md) and all the expected props from the native` `: - `baseColor` (Optional): It can be any color from the theme, uses `orange` by default. ```tsx import { Checkbox, ThemeProvider } from '@novem-ui/core' // or import Checkbox from '@novem-ui/checkbox' import { ThemeProvider } from '@novem-ui/theme' function App() { return ( ) } ```