I am trying to style a checkbox using the following:
<input type="checkbox" style="border:2px dotted #00f;display:block;background:#ff0000;" />
However, the style is not used. The checkbox is still showing its default appearance. How can I impart the desired style??