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