如何将复选框的值传递给url而不提交?

I have a page which is for product filtration I wanted to get checkbox value to the URL so i can make the box check using the URL which helps me to make a link for the particular product . The page does not have any submit button .

I have been searching with java script keyword and PHP but I could not get It.if I get the code for this It would be very much helpful for my project .

I thank everyone's efforts

Thanks

You could use PHP GET Parameters. Look at this Question. Then you can manualy set the checkbox if a particular value was found in the url.