This implements a MultipleChoicePreference, along the lines of the MultipleChoiceField in Django.
It is based on the previous work in #165 and updates it to current develop branch, adds some fixes (including support for choices containing the separator), and tests.
This implements a
MultipleChoicePreference
, along the lines of the MultipleChoiceField in Django.It is based on the previous work in #165 and updates it to current develop branch, adds some fixes (including support for choices containing the separator), and tests.