Hello.
I have a few checkboxes with common name and individual variables (ID). How can I in python read them as list? Now I'm using
checkbox= request.POST["common_name"]
It isn't work properly, checkbox variable store only the last checked box instead of any list or something.