From a2f168c63389bc42ca9d82fe4ca202602f09e646 Mon Sep 17 00:00:00 2001 From: Aslak Hollund Date: Sun, 20 Sep 2020 20:07:55 +0200 Subject: [PATCH] feat(checkbox): changed a word in the text --- src/components/checkbox/Checkbox.stories.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/checkbox/Checkbox.stories.mdx b/src/components/checkbox/Checkbox.stories.mdx index 2ef0ef0..93cd1c7 100644 --- a/src/components/checkbox/Checkbox.stories.mdx +++ b/src/components/checkbox/Checkbox.stories.mdx @@ -8,7 +8,7 @@ import { ExampleContainer } from 'common/containers'; Checkboxes are used when you want to provide the user with a choice between one or more options (that could be optional). There are no stylistic choices, so just go for a regular old checkbox. -The checkbox takes a default checked value and handles checked with internal state. If you need to trigger some effect based on the state of the checkbox you can pass a function to onChange, onChange also gives the checked state as a argument to the callback. +This checkbox takes a default checked value and handles checked with internal state. If you need to trigger some effect based on the state of the checkbox you can pass a function to onChange, onChange also gives the checked state as a argument to the callback.