import { OFFTOPIC_TOGGLE_CHECKBOX } from './constants'; export const toggleCheckbox = () => ({ type: OFFTOPIC_TOGGLE_CHECKBOX, });