I have a bootstrap switch checkbox which triggers an Ajax call. However, its functionality is pretty important and I need to ensure that it will work in any browser. I have a url that handle the request. What I need to know is how can I make the checkbox a "link" to this url if javascript is not enabled.
Note: I don't have a submit button.
Have the link in place on page render and remove it with javascript/replace it with the checkbox. This ensures that it's available to those without javascript.