I would like to add checkboxes to a form with variable values. For example, checkboxes for categories where they come from db or xml file. Those categories are variable.
The problem is with ārecord.tables.detail[i].fields.Itemā where when I use āiā Iāve the error āCannot read properly fields from undefinedā. If I replace āiā by a fixed value, it works.
Why Iām not able to use a variable to get a value from a table ?