Test: dojox.form.CheckedMultiSelect

Check Boxes

Tennessee
Virginia
Washington
Florida
California
Utah
Texas
Georgia
Idaho
Wyoming
Oregon
Pennsylvania

Radio Buttons

Tennessee
Virginia
Washington
Florida
California
Utah
Texas
Georgia
Idaho
Wyoming
Oregon
Pennsylvania

Store-based

Alabama
Alaska
Arizona
Arkansas
California
Colorado
Connecticut
Alabama
Alaska
Arizona
Arkansas
California
Colorado
Connecticut

Get Values Add Check Option Add Radio Option Toggle Disabled Toggle Read Only Invert Selection Get Displayed Value
DEPRECATED: dijit.form.CheckBox::attr() is deprecated. Use get() or set() instead, called from function(){ this.checkBox.attr("value",this.option.selected); } -- will be removed in version: 2.0
11 tests to run in 1 groups
------------------------------------------------------------
GROUP "tests" has 11 tests to run
DEPRECATED: dijit.form.Form::attr() is deprecated. Use get() or set() instead, called from function test_setValue(t){ t.is(["VA","WA"], form.attr("value").ms1); t.is(["TX","GA"], form.attr("value").ms2); ms1.attr("value", ["TN","CA"]); t.is(["TN","CA"], form.attr("value").ms1); ms1.invertSelection(); t.is(["VA","WA","FL"], form.attr("value").ms1); } -- will be removed in version: 2.0
First Select Changed to VA,WA,FL