import React from "react"; export const Switch = ({ checked = false, onChange, className = "" }) => ( );