Opened 15 months ago

Closed 15 months ago

Last modified 15 months ago

#35557 closed Cleanup/optimization (duplicate)

BooleanField should be rendered like all other fields

Reported by: Omid Shojaee Owned by: nobody
Component: Forms Version: 5.0
Severity: Normal Keywords: checkbox
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description

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.

Attachments (1)

Screenshot 2024-06-25 095603.png (21.8 KB ) - added by Omid Shojaee 15 months ago.

Download all attachments as: .zip

Change History (2)

by Omid Shojaee, 15 months ago

comment:1 by Tim Graham, 15 months ago

Component: Database layer (models, ORM)Forms
Resolution: duplicate
Status: newclosed

Duplicate of #35556. Please do not create redundant tickets but start a discussion as Natalie said.

Version 0, edited 15 months ago by Tim Graham (next)
Note: See TracTickets for help on using tickets.
Back to Top