You could put the checkbox in a div and change the visibility instead, but you can't grey out checkboxes in netscape. You could also just use an image, javascript, and a hidden input to simulate a checkbox and change the image to what you want.
You could have it that the checkbox is not checked and the same event calls an alert telling the user that the checkbox is disabled for the time being. Simple, but effective.
Bookmarks