Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 392 Bytes

File metadata and controls

12 lines (7 loc) · 392 Bytes

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.