apps/www/content/docs/components/checkmark.mdx
import { Checkmark } from "@chakra-ui/react"
<Checkmark checked />
Use the indeterminate prop to show an indeterminate state.
The Checkmark component supports three states: unchecked (default), checked, and indeterminate.
<ExampleTabs name="checkmark-states" />Use the variant prop to change the visual style of the checkmark.
Use the size prop to change the size of the checkmark.
Use the colorPalette prop to change the color scheme of the checkmark.
Use the filled prop with the outline variant to add a background color to
the checkmark.