i have a page in php which loads a group of category from another php script and those are check boxes.
format of check box
<input type='checkbox' class='cat-selector' id='Bussiness' data-toggle='checkbox'/>
<input type='checkbox' class='cat-selector' id='Marketting' data-toggle='checkbox'/>
Now if I have url localhost/newproj/search?category=Business i want to check those category check boxes which are in the url