Skip to Content
文档

单选标记

用于显示单选按钮选中和未选中状态的视觉指示器

SourceRecipe

用法

¥Usage

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

示例

¥Examples

状态

¥States

Radiomark 组件支持选中和未选中状态,以及可选的禁用状态。

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

变量

¥Variants

使用 variant 属性更改单选标记的视觉样式。

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

尺寸

¥Sizes

使用 size 属性更改单选标记的大小。

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

颜色

¥Colors

使用 colorPalette 属性更改单选标记的配色方案。

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

已填充

¥Filled

使用 filled 属性和 outline 变量为单选标记添加背景颜色。

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

属性

¥Props

Previous

门户

Next

展示