﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
35409	CheckbioxMultipleSelect widget is broken	Marc Gomillion	nobody	"My application has an emailer page with a list of recipients that can be edited as follows.

In the form definition:
{{{
recipients = forms.MultipleChoiceField(widget=forms.CheckboxSelectMultiple)
}}}

In `__init__`:
{{{
self.fields['recipients'].choices = recipient_choices 
}}}

This has worked since 2009, but Django 4.2.x has broken it as it does not insert line breaks between the recipients and the list is a jumbled mess. I've coded around it by using the SelectMultiple widget, which still allows editing of the list, but not in obvious ways to my users, and is thus unacceptable.

I've attached images of the list using Django 3.2 and 4.2. "	Bug	closed	Forms	4.2	Normal	worksforme			Unreviewed	0	0	0	0	0	0
