import type { Meta, StoryObj } from '@storybook/react'; import { Switch } from '@konobangu/design-system/components/ui/switch'; /** * A control that allows the user to toggle between checked and not checked. */ const meta = { title: 'ui/Switch', component: Switch, tags: ['autodocs'], argTypes: {}, parameters: { layout: 'centered', }, render: (args) => (