import React from "react"; import { CheckboxType } from "./Question"; type Props = { element: CheckboxType; }; export const Q_Checkbox = ({ element }: Props) => (