The default decorator for the Zend_Form_Element_Radio is
Try:
$this->setElementDecorators(array( 'ViewHelper', array('Label',array('placement' => 'APPEND')), ));
Check out zendcasts video about it its really great. Decorators can be really complicated with ZF but this video really explains it well.