I have such select list in html:
123
In your case you are using an array of input, you must add [] for all your name's input like this:
123 123 ...
after that you can retrieve the checked input in your php code.