New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@springernature/global-forms

Package Overview
Dependencies
Maintainers
14
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@springernature/global-forms - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

3

HISTORY.md
# 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

2

package.json
{
"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`:

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc