import AgreeItem from './AgreeItem'; import Checkbox from './Checkbox'; import CheckboxItem from './CheckboxItem'; Checkbox.AgreeItem = AgreeItem; Checkbox.CheckboxItem = CheckboxItem; export default Checkbox;