Checkbox
- React
To implement Checkbox component into your project you'll need to add the import:
import { Checkbox } from "@shoptet/ui";
After adding import into your project you can use it simply like:
<Checkbox data-testid="checkbox" />
To implement Checkbox component into your project you'll need to add the import:
import { Checkbox } from "@shoptet/ui";
After adding import into your project you can use it simply like:
<Checkbox data-testid="checkbox" />