#master_checkbox styling

Hi, I need to change the image to #master_checkbox but continue to execute it’s functions, is there a way to do it?
The CheckAll() function doesn’t trigger the onCheck event.

Thanks!

Unfortunately master_checkbox is an average html checkbox. it is not an image.
For its controlling you may use the onCheckbox event instead of onCheck.