#35557: BooleanField should be rendered like all other fields
-------------------------------------+-------------------------------------
Reporter: Omid | Owner: nobody
Shojaee |
Type: | Status: new
Cleanup/optimization |
Component: Database | Version: 5.0
layer (models, ORM) |
Severity: Normal | Keywords: checkbox
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 1 |
-------------------------------------+-------------------------------------
All Django fields are rendering like:
From Left to Right: Label -> Input widget (or from right to left in case
of RTL sites)
**The only exception is the Boolean field, where the input widget is
rendered first and then the label.
**
(refer to the screenshot attached for some common fields)
The UI design should be based on either a standard, or common sense. This
is neither of those.
--
Ticket URL: <
https://code.djangoproject.com/ticket/35557>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.