CheckboxItem.propTypes = {
    checked: types.bool,
    onPress: types.func,
    label: types.string,
    value: types.string,