Build faster with Premium Chakra UI Components 💎

Learn more
Skip to Content
DocsPlaygroundGuidesBlog
Sponsor

Checkmark

A visual indicator used to show checked, unchecked, or indeterminate states

SourceRecipe

Usage

import { Checkmark } from "@chakra-ui/react"
<Checkmark checked />

Examples

Indeterminate

Use the indeterminate prop to show an indeterminate state.

States

The Checkmark component supports three states: unchecked (default), checked, and indeterminate.

Variants

Use the variant prop to change the visual style of the checkmark.

Sizes

Use the size prop to change the size of the checkmark.

Colors

Use the colorPalette prop to change the color scheme of the checkmark.

Filled

Use the filled prop with the outline variant to add a background color to the checkmark.

Props

Previous

FormatByte

Next

ClientOnly