﻿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
5737	CheckboxSelectMultiple when you use choices, required=False is not respected	David Reynolds	nobody	"if for example you do:

{{{
TOWN_CHOICES = (
    ('Norwich', 'Norwich'),
    ('Dereham','Dereham'),
)

town = forms.MultipleChoiceField(required=False, choices=TOWN_CHOICES, widget=forms.CheckboxSelectMultiple)
}}}

You cannot submit your form without selecting one of the choices, the form throws the following error:

{{{
Select a valid choice. That choice is not one of the available choices.
}}}"		closed	Forms	dev		invalid		david@…	Accepted	0	0	0	0	0	0
