renderItem={({ label, ...props }) => (
                                                    <CheckOption {...props} label={<span style={{ whiteSpace: 'normal' }}>{label}</span>} />
                                                )}