Open
Description
For example, a boolean field can be only true/false (yes/no) displayed by a radio button widget, a choice field with e.g 2-5 choices can be "one of" displayed by a multi-select checkbox widget.
For examples, see Django's ticket system:
Django uses trac's "custom" query feature:
Which use a different UI for and/or selection, and also allow grouping by a field, (which can be it's own feature by the way):