Checkbox

Control which enables user to toggle checked/unchecked.

Examples

import { Checkbox } from "@styple/design-system";
<Flex css={{ alignItems: "center", }} >
<Checkbox />
</Flex>

API Reference

See Radix-UI Checkbox (v0.1.5) for details. This only covers styple abstractions.

Checkbox

A styled abstraction for Checkbox.Root and Checkbox.Indicator.