mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
Add name prop for checkbox group
This commit is contained in:
parent
55c1be3b54
commit
2a875ee149
@ -25,6 +25,7 @@ export interface AbstractCheckboxGroupProps {
|
||||
}
|
||||
|
||||
export interface CheckboxGroupProps extends AbstractCheckboxGroupProps {
|
||||
name?: string;
|
||||
defaultValue?: Array<CheckboxValueType>;
|
||||
value?: Array<CheckboxValueType>;
|
||||
onChange?: (checkedValue: Array<CheckboxValueType>) => void;
|
||||
|
Loading…
Reference in New Issue
Block a user