I am adding a checkbox to my Drupal login form. I used a module and _form_alter to add it in, and it displays fine. However, I do not know how to process the form. For example, let's say I want to print "hello" if the checkbox is checked, and "boo" if the checkbox is not checked. Where do I go to configure this?