UNPKG

209 BJavaScriptView Raw
1import AgreeItem from './AgreeItem';
2import Checkbox from './Checkbox';
3import CheckboxItem from './CheckboxItem';
4Checkbox.CheckboxItem = CheckboxItem;
5Checkbox.AgreeItem = AgreeItem;
6export default Checkbox;
\No newline at end of file