I'm databinding a CheckBoxList to a database and would like to change the style for each CheckBox created within it.

I only want to change the border of each CheckBox - I've set up some classes in the CSS to do this.

However if I set the CssClass of a CheckBoxList it sets the class for the table containing all the CheckBoxes not the individual CheckBoxes.

Anyone got a solution for this one?

Cheers

DJ