* updates * updating doc * Fixed broken documentation in Storybook stories. * bring back a element * md --> mdx * c-* doc update Co-authored-by: Nick Taylor <nick@dev.to>
15 lines
451 B
Text
15 lines
451 B
Text
## Form Fields
|
||
|
||
Fields can have optional description - between Label and Field itself.
|
||
|
||
Fields can also have additional optional description, for example characters
|
||
count.
|
||
|
||
### Fields with Checkboxes & Radios
|
||
|
||
Labels for checkboxes and radios should be placed next to the form element.
|
||
|
||
Using additional description is optional.
|
||
|
||
It is possible to group checkboxes or radios into logical sections. Section may
|
||
require having it’s own label (title).
|