Is there a way to directly apply CSS styles to checkboxes? I have only been able to find hacks for styling checkboxes or radio buttons. Why is it that checkboxes and radio buttons do not allow the same native CSS styles as input[type=button]
or [type=text]
?