Consider array elements stored in table column as: 1,2,3,4,5
These corresponds to respective id of checkbox.if the id of the checkbox is equal to the one of the elements in(1,2,3,4,5) above,then it should be checked otherwise unchecked.
Can somebody write a script that can do so.
Thanks.