django.forms MultipleChoiceField Example Code

MultipleChoiceField is a class within the django.forms module of the Django project.

Example 1 from dccnsys

dccnsys is a conference registration system built with Django. The code is open source under the MIT license.

dccnsys / wwwdccn / chair / forms.py