import type { Meta, StoryObj } from '@storybook/react'; import { Label } from './label'; import { Input } from '../input'; import { Checkbox } from '../checkbox'; import React from 'react'; const meta: Meta = { title: 'UI/Label', component: Label, render: args =>