I have a html page with 4 checkbox with the same name... When I submit my form how do I get the value of each item in the array using request.form??

I tried response.write "Test" & request.form("chkbox[0]") but no luck..