Avatar

Level 1

How would I be able to fill in the whole row red when the check box is filled. i was able to figure it out for just the check box it self.

if (this.rawValue == "1") {

this.fillColor

="255,0,0";

}

else {

this.fillColor

="255,255,255";

}