import { Checkbox } from "@styple/design-system";
<Flex
css={{
alignItems: "center",
}}
>
<Checkbox />
</Flex>
See Radix-UI Checkbox (v0.1.5) for details. This only covers styple abstractions.
A styled abstraction for Checkbox.Root
and Checkbox.Indicator
.