mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 13:08:41 +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 {
|
export interface CheckboxGroupProps extends AbstractCheckboxGroupProps {
|
||||||
|
name?: string;
|
||||||
defaultValue?: Array<CheckboxValueType>;
|
defaultValue?: Array<CheckboxValueType>;
|
||||||
value?: Array<CheckboxValueType>;
|
value?: Array<CheckboxValueType>;
|
||||||
onChange?: (checkedValue: Array<CheckboxValueType>) => void;
|
onChange?: (checkedValue: Array<CheckboxValueType>) => void;
|
||||||
|
Loading…
Reference in New Issue
Block a user