15 lines
451 B
Markdown
15 lines
451 B
Markdown
## 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).
|