Mark probably missed the fact you have many checkboxes on each card.
repeat with y = 1 to the number of marked cds
repeat with u = 1 to the number of btns of marked cd y
if the style of btn u of marked cd y = "checkBox" then set the hilite
of btn u of marked cd y to "false"
end repeat
end repeat
Not tested, but the idea is sound.