import React from 'react'; import './CheckBox.css'; import PropTypes from 'prop-types'; const CheckBox = (props) => { return (