Set checkbox item selected if value is found in array returned from a Parse.com REST response
I have a Parse.com database class that has an array column. The array column contains multiple userIDs.
I have a REST query that maps to a checkbox group that lists all the rows in the class. I want to set each checkbox selected or unselected based on whether or not the stored local storage variable is found within the array column for each row.
How can I do this with out having to make Parse queries for each checkbox item?