I'm having some problems using Mason to get parameters from an http request. It works fine for params with only one value, but I have a list of checkboxes all with the same name, so I want to be able to get the values for each one checked. I can do it fine if I know multiple values will be checked OR can do it if I know only one value will be checked. In other words, how do I properly get all the values when either one or multiple check boxes can be checked?