Jmol JavaScript Object/Functions/CheckboxGroup

From Jmol
Revision as of 18:57, 13 November 2015 by AngelHerraez (talk | contribs) (new subpage for support of partially checked checkboxes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Partially selected checkbox

This state is termed 'indeterminate' in HTML5. It looks different in each browser's GUI and it is handled independently of the checked/unchecked state of the checkbox control. However, this indeterminate status cannot be achieved by the user clicking on the checkbox.

CheckboxGroup partial selection.png

There is a plan to support this in JSmol.js when dealing with checkbox groups defined using Jmol.setCheckboxGroup()

Contributors

AngelHerraez