@@ -2,6 +2,8 @@ import { Canvas, Meta, Story } from '@storybook/addon-docs';
22
33<Meta title = " Base/Forms/Overview" />
44
5+ <Story id = " ui-data-forms--login-form-with-errors" />
6+
57# Forms
68
79## Inputs and labels
@@ -18,37 +20,63 @@ This includes all standard `type="text"` inputs, plus all the text-based inputs
1820 <Story id = " base-forms-input-text--text-with-value" />
1921 <Story id = " base-forms-input-text--text-with-value-invalid" />
2022 <Story id = " base-forms-input-text--text-with-value-disabled" />
23+ </Canvas >
24+
25+ <Canvas isColumn >
2126 <Story id = " base-forms-input-text--text-empty" />
2227 <Story id = " base-forms-input-text--text-empty-invalid" />
2328 <Story id = " base-forms-input-text--text-empty-disabled" />
2429</Canvas >
2530
2631## Textareas
2732
33+ ### No values
34+
2835<Canvas isColumn >
29- <Story id = " base-forms-textarea--with-value" />
30- <Story id = " base-forms-textarea--with-value-invalid" />
31- <Story id = " base-forms-textarea--with-value-disabled" />
3236 <Story id = " base-forms-textarea--empty" />
3337 <Story id = " base-forms-textarea--empty-invalid" />
3438 <Story id = " base-forms-textarea--empty-disabled" />
3539</Canvas >
3640
37- ## Checkboxes and Radios
41+ ### With values
42+
43+ <Canvas isColumn >
44+ <Story id = " base-forms-textarea--with-value" />
45+ <Story id = " base-forms-textarea--with-value-invalid" />
46+ <Story id = " base-forms-textarea--with-value-disabled" />
47+ </Canvas >
48+
49+ ## Checkboxes
50+
51+ ### Unchecked
3852
3953<Canvas isColumn >
4054 <Story id = " base-forms-input-checkbox--base" />
4155 <Story id = " base-forms-input-checkbox--invalid" />
4256 <Story id = " base-forms-input-checkbox--disabled" />
57+ </Canvas >
58+
59+ ### Checked
60+
61+ <Canvas isColumn >
4362 <Story id = " base-forms-input-checkbox--checked" />
4463 <Story id = " base-forms-input-checkbox--checked-invalid" />
4564 <Story id = " base-forms-input-checkbox--checked-disabled" />
4665</Canvas >
4766
67+ ## Radios
68+
69+ ### Unchecked
70+
4871<Canvas isColumn >
4972 <Story id = " base-forms-input-radio--base" />
5073 <Story id = " base-forms-input-radio--invalid" />
5174 <Story id = " base-forms-input-radio--disabled" />
75+ </Canvas >
76+
77+ ### Checked
78+
79+ <Canvas isColumn >
5280 <Story id = " base-forms-input-radio--checked" />
5381 <Story id = " base-forms-input-radio--checked-invalid" />
5482 <Story id = " base-forms-input-radio--checked-disabled" />
0 commit comments