import React from 'react'; import { useTranslation } from 'next-i18next'; import PropTypes from 'prop-types'; class CheckBoxForSerchUserOption extends React.Component { render() { const { t, option } = this.props; return (