No. Most browsers ignore the width or height CSS styling of a checkbox. There are two ways around that:
- Use a
label tag so that clicking some other element also triggers the textbox.
- Make your own checkbox using Javascript, by switching an image and filling a hidden input box.