MyFormworks / Formworks

Formworks is a framework for building forms from JSON files.
https://myformworks.github.io/Formworks/
MIT License
6 stars 1 forks source link

Checkbox Component #116

Open Galdineris opened 3 years ago

Galdineris commented 3 years ago

A common component in a form is the checkbox component.

The format is similar to #114 but there may be multiple options selected. In general, this component input consists of lines of text with checkboxes (or some other display symbol) besides it. This checkbox marks if the line of text is selected or not and should provide a clear indication of that.