Skip to content

Commit

Permalink
design: Checkbox 스토리 description 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lsy20140 committed Aug 19, 2024
1 parent 798a92e commit 723a412
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/common/Checkbox/Checkbox.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ const meta: Meta<typeof Checkbox> = {
tags: ['autodocs'],
argTypes: {
isChecked: {
control: 'boolean',
description: '체크 유무를 결정합니다.',
},
text: {
control: 'text',
description: 'Label for the checkbox',
description: 'label에 표기할 텍스트를 입력합니다.',
},
},
}
Expand Down

0 comments on commit 723a412

Please sign in to comment.