#5831 closed defect (fixed)
checkbox setValue needs to accept boolean
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | blocker | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
for dijit.form.CheckBox?,
setValue(boolean) should set the checked attribute to the provided parameter,
setValue(string) should set checked=true and set the value attribute to the provided parameter,
getValue() should return the string value attribute if checked==true and false if checked==false.
Change History (2)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [12387]) Fixes #5831. Added getValue/setValue to CheckBox?. Fixed Form.html unit test.