@springernature/global-forms
Advanced tools
Comparing version 5.1.0 to 5.1.1
# History | ||
## 5.1.1 (2023-01-12) | ||
* Fix markdown error to change h2s to h3s in Checkboxes section of docs | ||
## 5.1.0 (2023-01-10) | ||
@@ -4,0 +7,0 @@ * Updated documentation in the readme.md file to inclue UX and Developer guidelines |
{ | ||
"name": "@springernature/global-forms", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "form component", |
@@ -356,11 +356,11 @@ # Global Forms | ||
## When to use this form element | ||
### When to use this form element | ||
Use checkboxes to let users pick one or more options from a list. | ||
## When not to use this form element | ||
### When not to use this form element | ||
Do not use checkboxes if users can only choose one option. Instead, use radios. | ||
## How it works | ||
### How it works | ||
@@ -367,0 +367,0 @@ Unlike radios, which are always used in sets of 2 or more, you can have a single checkbox field. To give users a set of checkbox choices, organise the checkboxes into a `fieldset`: |
119496