Build faster with Premium Chakra UI Components 💎

Learn more
Skip to Content
DocsPlaygroundGuidesBlog
Sponsor

Radiomark

A visual indicator used to show selected and unselected radio states

SourceRecipe

Usage

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

Examples

States

The Radiomark component supports checked and unchecked states, with optional disabled state.

Variants

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

Sizes

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

Colors

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

Filled

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

Props

Previous

Portal

Next

Show