for check boxes, here is what I would do.
create movie clips that, at frame 1, contain an unchecked box. then at frame two, they have a checked box.
turn their buttonmode to true like this.
check1.buttonMode = true;
if clicked, call an event that triggers the movieclip to stop at...