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