/form-extensions.js

Adds ability to uncheck a radio button

Primary LanguageHTMLMIT LicenseMIT

About Form Extensions

A collection of scripts that extends the behaviour of certain form elements.

uncheckable.js

Adds ability to uncheck a radio button by clicking it a second time.

indeterminable.js

Adds ability to set the indeterminate state of a checkbox by clicking it when it is in the unchecked state. Clicking it again will set the checkbox in the checked state.