Location: A review of cardiac cellular electrophysiology models @ a80b964384c0 / dojo-presentation / js / dojo / dijit / tests / form / test_CheckBox.html

Author:
David Nickerson <nickerso@users.sourceforge.net>
Date:
2010-05-04 12:37:19+12:00
Desc:
adding initial version of SED-ML L1V1 file reproducing what is in graphs/BR-INa-variants.xml
Permanent Source URI:
https://models.cellml.org/workspace/a1/rawfile/a80b964384c0c7683d7c5d07b73a5af7a973d46c/dojo-presentation/js/dojo/dijit/tests/form/test_CheckBox.html

Dijit CheckBox Test

Here are some checkboxes. Try clicking, and hovering, tabbing, and using the space bar to select:

cb0: Vanilla (non-dojo) checkbox (for comparison purposes)
cb1: normal checkbox, with value=foo, clicking generates console log messages getValue()
cb2: normal checkbox, with default value, initially turned on. "onChange" handler updates: [] getValue()
cb3: disabled checkbox
cb4: disabled checkbox, turned on
cb5: normal checkbox, with specified value="", clicking generates console log messages getValue()
cb6: instantiated from script
cb7: normal checkbox. "onChange" handler updates: []

Here are some radio buttons. Try clicking, and hovering, tabbing, and arrowing

Radio group #1: news talk weather

Radio group #2: (no default value, and has breaks)
top 40
oldies
country
(Note if using keyboard: tab to navigate, and use arrow or space to select)

Radio group #3 (native radio buttons): rock jazz classical

These 6 radio buttons have the name but are in separate forms so they can be selected independently. 1: b1 b2 2: c1 c2
3: d1 d2