Este es el código:
Código PHP:
Ver original$check=new Zend_Form_Element_Checkbox('check');
$check->setLabel("I agree to the Terms of Service")
->setRequired(true)
;
y así recojo las variables para ver el contenido.
Código PHP:
Ver original$form=new Application_Form_Register();
Y lo chequee o no siempre sale 0