1
You don’t do with multiple BooleanFields. You do it with a single MultipleChoiceField
, which is output as a series of checkboxes with the same name.
Source:stackexchange.com
1
You don’t do with multiple BooleanFields. You do it with a single MultipleChoiceField
, which is output as a series of checkboxes with the same name.