 
            $options = array(
    'key1' => 'value1',
    'key2' => 'value2',
);
\Fieldset::instance('name')->add(
    'name',
    'Label',
    array(
        'type' => 'select',
        'options' => $options,
        'value' => 'selected_values_array_key'
    ),
    array(
        array('required'),
    )
);
		It looks like you're new here. If you want to get involved, click one of these buttons!