#7220 closed defect (fixed)
dijit.form.Form: doesn't allow for setting check boxes using boolean values
Reported by: | Nathan Toone | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit - Form | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Calling form.setValues({myName:true}) will not set a checkbox with name of "myName" to checked. This is a logical thing to have form.setValues do - since calling checkbox.setValue(true) will set it appropriatly.
Change History (4)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
comment:4 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [14471]) Fixes #7220 - roll back previous patch !strict