in website/src/components/gallery/ShowcaseFilterToggle/index.tsx [43:55]
state: prepareUserState(),
});
}, [operator, location, history]);
return (
<div>
<input
type="checkbox"
id={id}
className="screen-reader-only"
aria-label="Toggle between or and and for the tags you selected"
onChange={toggleOperator}
onKeyDown={(e) => {