ManyToManyField isn`t a good choice.You can use some snippets to implement MultipleChoiceField.You can be inspired by MultiSelectField with comma separated values (Field + FormField)
But it has some bug in it.And you can install django-multiselectfield.This is more prefect.