When a user selects a checkbox, the field turns yellow. Unfortunately, when the user deselects the checkbox, the color remains. I know I need an if/else statement to remove the color upon deselection, but cannot get quite the right script. The checkbox named LEPID is my guinea pig and it still has t...