import { ComponentMeta } from "@storybook/react"; import { Switch } from "@calcom/ui/v2"; export default { title: "Switch", component: Switch, } as ComponentMeta; export const All = () => (

Checked works in app but storybook doesnt like it

);