Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/packages/checkbox/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ When the value changes, the change event will be fired
| icon | before selection | `ReactNode` | `'CheckNormal'` |
| activeIcon | after selection | `ReactNode` | `'Checked'` |
| indeterminateIcon | half-selected state | `ReactNode` | `'CheckDisabled'` |
| label | text content of the checkbox | `string` | `-` |
| label | text content of the checkbox | `ReactNode` | `-` |
| value | identification value, used in Group mode | `string` \| `number` | `-` |
| shape | shape | `button` \| `round` | `round` |
| onChange | Triggered when the value changes | `(value: boolean) => void` | `-` |
Expand Down
2 changes: 1 addition & 1 deletion src/packages/checkbox/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ import { Checkbox } from '@nutui/nutui-react'
| icon | 选中前 | `ReactNode` | `'CheckNormal'` |
| activeIcon | 选中后 | `ReactNode` | `'Checked'` |
| indeterminateIcon | 半选状态 | `ReactNode` | `'CheckDisabled'` |
| label | 复选框的文本内容 | `string` | `-` |
| label | 复选框的文本内容 | `ReactNode` | `-` |
| value | 标识值,用于 Group 模式 | `string` \| `number` | `-` |
| shape | 形状 | `button` \| `round` | `round` |
| onChange | 值变化时触发 | `(value: boolean) => void` | `-` |
Expand Down
2 changes: 1 addition & 1 deletion src/packages/checkbox/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ import { Checkbox } from '@nutui/nutui-react-taro'
| icon | 选中前 | `ReactNode` | `'CheckNormal'` |
| activeIcon | 选中后 | `ReactNode` | `'Checked'` |
| indeterminateIcon | 半选状态 | `ReactNode` | `'CheckDisabled'` |
| label | 复选框的文本内容 | `string` | `-` |
| label | 复选框的文本内容 | `ReactNode` | `-` |
| value | 标识值,用于 Group 模式 | `string` \| `number` | `-` |
| shape | 形状 | `button` \| `round` | `round` |
| onChange | 值变化时触发 | `(value: boolean) => void` | `-` |
Expand Down
2 changes: 1 addition & 1 deletion src/packages/checkbox/doc.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ import { Checkbox } from '@nutui/nutui-react'
| icon | 选中前 | `ReactNode` | `'CheckNormal'` |
| activeIcon | 选中后 | `ReactNode` | `'Checked'` |
| indeterminateIcon | 半选状态 | `ReactNode` | `'CheckDisabled'` |
| label | 复选框的文本内容 | `string` | `-` |
| label | 复选框的文本内容 | `ReactNode` | `-` |
| value | 标识值,用于 Group 模式 | `string` \| `number` | `-` |
| shape | 形状 | `button` \| `round` | `round` |
| onChange | 值变化时触发 | `(value: boolean) => void` | `-` |
Expand Down
Loading