From f280e729b11ae95fc015124f42e98dd5496f2858 Mon Sep 17 00:00:00 2001 From: Alexandr <37265532+Alex-Roleks@users.noreply.github.com> Date: Mon, 3 Mar 2025 22:45:31 +0200 Subject: [PATCH] fix typo in Checkbox.stories.tsx --- src/components/Checkbox/Checkbox.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Checkbox/Checkbox.stories.tsx b/src/components/Checkbox/Checkbox.stories.tsx index 1ed1119..eccc632 100644 --- a/src/components/Checkbox/Checkbox.stories.tsx +++ b/src/components/Checkbox/Checkbox.stories.tsx @@ -120,7 +120,7 @@ export const NestingWithIndeterminateState: Story = { }, }; -/** If you want to use the Checkbox without it's own managed state, set checked={undefined} and onChange={undefined}, and add `data-checked={value}` to the parent item. */ +/** If you want to use the Checkbox without its own managed state, set checked={undefined} and onChange={undefined}, and add `data-checked={value}` to the parent item. */ export const ManagedByAParentItem: Story = { argTypes: { onChange: {