diff --git a/components/checkbox/Group.tsx b/components/checkbox/Group.tsx index c5ee68441d..c86d122fdd 100644 --- a/components/checkbox/Group.tsx +++ b/components/checkbox/Group.tsx @@ -4,7 +4,7 @@ import classNames from 'classnames'; import shallowEqual from 'shallowequal'; import Checkbox from './Checkbox'; -export type CheckboxValueType = string | number; +export type CheckboxValueType = string | number | boolean; export interface CheckboxOptionType { label: string; @@ -121,7 +121,7 @@ export default class CheckboxGroup extends React.Component (