formulario radiobutton


->add('garaje','choice',
      array('label' => 'Garaje',
      'choices' => array( 'SI' => 'SI',
      'NO' => 'N0'),
      'expanded' => true,
      'multiple' => false,
      'data' => 'NO'))