import { Switch } from "."; import { useState } from "react"; export function SwitchDemo() { const [checked, setChecked] = useState(false); return (