In your code you have:
<input type="checkbox" name="shopper"
If you look at the link I gave you, you will see it is not correct.
Once it is fixed, you can do
request().body().asFormUrlEncoded().get("shopper") to get all your
checkboxes
2012/9/12 Sameer Verasiya <
sameer...@gmail.com>: