docbrown/app/javascript/crayons/formElements/form-elements.md
2020-06-29 08:25:57 -05:00

15 lines
451 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 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 its own label (title).