Avatar

Level 10

You need to concatenate the values of the checkboxes.

Try:

this.rawValue = checkBox15.rawValue + " " + checkBox16.rawValue + " " + checkBox17.rawValue + " " + ...;