CheckboxSelectMultiple HTML

2010-12-28 Thread Bob Hancock
I have a form: class AddUserForm(forms.Form): checkboxes = forms.MultipleChoiceField(required=True, widget=CheckboxSelectMultiple(), choices=check_groups()) In the template I put: {% for choice_id, choice_

Multiple Select Option Widget Like User Permissions in Admin

2011-01-13 Thread Bob Hancock
I've searched Django Snippets and I've started to debug how the Admin interface does it, but is there an existing widget that displays a list of choices in a left box and allows you to move them to a right box with a click like the selection of User Permissions in the Admin or the jQuery plugin