Hi,
I'm working on a script which will get a JSON array of id's. Based on the results, I then loop over all the checkboxes on the page and check the boxes where the id exists in the JSON array.
The checkboxes are named like so name="name[id]" id="name[id]"
How do I loop the checkboxes and determine if the id (between [ and ] ) exists in the JSON array?