export var ChecklistDefaultProps = {
    multiple: false,
    options: [],
};
export var ChecklistFunctionalProps = {
    value: null,
    defaultValue: null,
    multiple: false,
    options: [],
};