is there a way to hide the square border of a checkbox in html?
1 Answer
Not cross-browser, no.
You can replace checkboxes entirely with custom controls that emulate checkbox behaviour using JavaScript, though. Here's an example with jQuery.
Not cross-browser, no.
You can replace checkboxes entirely with custom controls that emulate checkbox behaviour using JavaScript, though. Here's an example with jQuery.