How to add a select box in cakephp ?

<?php echo $this->Form->input('field_name', array(			
			'options' => $aOptions,
			'label' => 'Select Label',
?>