import Switch from "@material-ui/core/Switch";

/**
 * The Switch control is an on/off toggle component.
 * @param {object} props The props
 * @returns {function} The component
 */

export default Switch;
