Bit of an update. I have everything working great except I need to add a dropdown selection.

What is the dropdown equivalent of a checkbox?
<?php echo zen_draw_checkbox_field('option1', 'Option 1', false, 'id="checkbox"');?>