$form['select_some_term'] =
array(
'#type' => 'hierarchical_select',
'#title' =>
t('Select the tag you wish to use.'),
'module' => 'taxonomy',
'vid' => $vid,
),
'save_lineage' => 0,
'enforce_deepest' => 0,
'status' => 0,
2 =>
t('Third level category'),
),
),
'status' => 0,
'title' =>
t('All selections'),
'limit' => 0,
),
'status' => 0,
'allow_new_levels' => 0,
'max_levels' => 3,
),
'animation_delay' => 400,
'exclusive_lineages' =>
array(),
'render_flat_select' => 0,
),
'#default_value' => '83',
);