Here's one way of doing it...
Which do you like: <INPUT TYPE="checkbox" onClick="window.status='You chose chocolate'";> Chocolate <INPUT TYPE="checkbox" onClick="window.status='You chose vanilla'";> Vanilla <INPUT TYPE="submit" onClick="alert('Thanks for filling out the form')";">
</FORM>