views:

169

answers:

1

is there a way to hide the square border of a checkbox in html?

+3  A: 

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.

ceejayoz