I'm trying to modify OG's default behavior of allowing checkboxes so that a select box displays instead. I can remove the checkboxes and insert the select box easily with hook_form_alter, but now whenever I attempt to submit the form the organic group I set in the select box is not set for the node. I've combed through og.module and haven't been able determine how $node->og_groups gets set - any help regarding this would be greatly appreciated.