I have the an array.
and I have a table:
and this is my template:
What I want to do is for each VegType have 1 checkbox for Carrot, 1 for Potato, 1 one for ETC.
so what will show is :
and so on so forth…
but I want the VegID and VegiType to show next to each check box.
Hope someone helps with this.
Thanks
It looks to me like you just want another foreach wrapped around the generation of the checkboxes:
UPDATE:
Ok, so it looks like you want to do something like: