How to create an array of input?
<?php echo $this->tag->NumericField(array("ValorCheque[]", "class" => "pagos", "min" => "0.00", "max" => "999999999.99", "step" => "0.01", "value" => 0.00, "id" => "fieldValorCheque", "onchange" => "SumarPagos();","onblur"=>"verificarTotal(this);"))
but does not work