This is a wonderful plugin. Most of my requirement is being solved. But I am stuck to somewhere. I want to make check boxes checked when page loads. So I have created an array of ids. Only the items which falls under the array will be checked on page load. If the ids do not fall inside the array will be unchecked. Your example is only for one id.
This link was your on button click but I have made it on document load.http://jsfiddle.net/amitabhaghosh197/pMZS7/88/
Now if my list items have different ids say [‘government’, ‘solution’, ‘manufacturing’]. Then how will I make these checkboxes those falls under these id checked?
Please help.
hanks in advance