Opened 13 years ago
Last modified 4 years ago
#6009 closed enhancement
CheckBox: support required=true — at Version 7
Reported by: | nonken | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 2.0 |
Component: | Dijit - Form | Version: | 1.0 |
Keywords: | CheckBox, required | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
In some use-cases you want checkboxes to be required to be checked. Typical example is "do you agree to these license terms?" in an install wizard.
Also wondering about radio field. Are there cases where you first set no checked value and then have a required one?
Change History (7)
comment:1 Changed 13 years ago by
Cc: | [email protected]… added |
---|---|
Component: | Dijit → Dojox |
Description: | modified (diff) |
Milestone: | → 1.2 |
Owner: | set to Adam Peller |
Summary: | dijitCheckBox, isValid support → CheckBox: support required=true |
comment:2 Changed 13 years ago by
Component: | Dojox → DojoX Form |
---|---|
Owner: | changed from Adam Peller to dante |
comment:3 Changed 13 years ago by
Cc: | nathan added; [email protected]… removed |
---|
comment:4 Changed 13 years ago by
I'd keep it in dijit since this functionality is quite essential for form handling. The above use cases appear on almost every site which deals with usersignups, sales or other e-commerce
comment:5 Changed 13 years ago by
I tend to agree - I don't think this is so much a "new" widget as a mechanism for adding support for isValid and validate to the existing widget.
comment:6 Changed 13 years ago by
comment:7 Changed 13 years ago by
Cc: | nathan removed |
---|---|
Description: | modified (diff) |
Owner: | changed from dante to Nathan Toone |
Note: See
TracTickets for help on using
tickets.
Marking for consideration for 1.2. This is probably a dojox.form thing more than a dijit thing? Not sure.