I have implemented the checkbox functionality in the following way. The screenshot for Firefox can be seen below:
And here is the screenshot for IE8:
Displayed below is the code:
<div>
<div>Testing :</div>
<div><input type="checkbox" value="1"/> One</div>
<div><input type="checkbox" value="2"/> Two</div>
<div><input type="checkbox" value="3"/> Three</div>
</div>
Is there a way to vertically center align the text in both browsers?