export default function Example() {
return (
<Box
css={{
display: "flex",
justifyContent: "center",
width: "100%",
gap: "$100",
}}
>
<Checkbox disabled checked variant="primary" size="125" id="checkbox12" />
<Checkbox disabled variant="primary" size="125" id="checkbox13" />
<Checkbox
disabled
checked={"indeterminate"}
variant="primary"
size="125"
id="checkbox14"
/>
</Box>
);
}
To enter the code editing mode, press Enter. To exit the edit mode, press Escape
You are editing the code. To exit the edit mode, press Escape