array(
'spec' => array(
'type' => 'radio',
'name' => 'fcaptcha',
'options' => array(
'label' => 'Капча',
'label_attributes' => array(
'class' => 'control-label',
),
),
'attributes' => array(
'required' => 'required',
),
),
),
$temp[0] = 'Сюда нужно поставить картинку, а не текст';
$temp[1] = 'Сюда нужно поставить картинку, а не текст';
$form->get('fcaptcha')->setValueOptions($temp);