export default function Switch({ checked, onChange, labels = [], children, showBothLabels }) { return ( ); }