Hello
I got an array that i created in OnApplicationInit, then i updated the array with an AJAX event all is good.
right now i want to add items to the check box list passed on the items in the array, i tried passing the values to a text box successfully but i have no idea how to pass them to check box
{chk_box} = $arr;
doesn’t work
should i use foreach ? from the AJAX event or the check box value property ?
Thanks