From 6f52007cc80b599005dc8676fe78da00d3a2c303 Mon Sep 17 00:00:00 2001 From: odalay Date: Wed, 2 May 2018 11:15:05 -0400 Subject: [PATCH] Fix CheckboxScreen link on website Close #926 --- website/storybook/1-components/CheckBox/CheckBoxScreen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/storybook/1-components/CheckBox/CheckBoxScreen.js b/website/storybook/1-components/CheckBox/CheckBoxScreen.js index b1fe55ce..d1a91d2b 100644 --- a/website/storybook/1-components/CheckBox/CheckBoxScreen.js +++ b/website/storybook/1-components/CheckBox/CheckBoxScreen.js @@ -20,7 +20,7 @@ import UIExplorer, { } from '../../ui-explorer'; const CheckBoxScreen = () => ( - + This is a controlled component that requires an onValueChange callback that