apps/www/content/docs/components/radiomark.mdx
import { Radiomark } from "@chakra-ui/react"
<Radiomark checked />
The Radiomark component supports checked and unchecked states, with optional disabled state.
<ExampleTabs name="radiomark-states" />Use the variant prop to change the visual style of the radiomark.
Use the size prop to change the size of the radiomark.
Use the colorPalette prop to change the color scheme of the radiomark.
Use the filled prop with the outline variant to add a background color to
the radiomark.