import React from "react"; const ToggleSwitch = ({ label, checked }) => { return (
); }; export default ToggleSwitch;