import React from 'react'; import { useTranslation } from 'next-i18next'; import PropTypes from 'prop-types'; const TriggerEventCheckBox = (props) => { const { t } = props; return (