Posting CheckBoxes To List

Here I demonstrate/test a cool and easy way to post checkboxes to the server! 

(This is from a technical standpoint - won't mean much without someone looking at the code)
Please note, all the checkboxes have the same name, and as we know this is a common way to use the MVC model binder to bind the values to an IEnumerable of The interesting thing to note here is that: ONLY CHECKED CHECKBOXES WILL BE SUBMITTED!

You have checked the followings



0
1
2
3
4
5
6
7
8
9