I have to bind the checkboxes on a page whose values match in a string containing comma separated values, i have done the opposite of this in jquery through map and join functions.
Its a combination of individual checkboxes on the page.
-
Its a collection of individual checkboxes like this <input type="checkbox" value="2" name="xyz" class="checkbox" id="chbServiceDue" runat="server" checked="checked" />sam– sam2013-12-10 17:53:08 +00:00Commented Dec 10, 2013 at 17:53
-
yah why am I not getting the checkmark? Did you not see what I put? Did you mean "state" or two-way binding? If just attaching state based on arr, I got that, holmes.King Friday– King Friday2013-12-10 19:59:30 +00:00Commented Dec 10, 2013 at 19:59
Add a comment
|