Is there a way so i can set a html checkbox with a bidimensional array, something like this:
<input type=checkbox name=message[group1][1] value=1>
If yes,
1) how should I do to accomplish that in case the example I wrote is wrong?
2) how could I access those elements from a request handler in django?