I am creating a dynamic number of checkboxes, all with the same name but different text in the values attribute of the checkbox tag. The problem is I am getting the value for the first(index 0) check box using the
and the value for any checkbox that was changed by the user. But I am not getting the value, (I am getting a blank) for check boxes that were not changed. Giving each checkbox a unique name does not solve the problem either. Any ideas on how to get the values, of the unchanged checkboxes, into the request object?