check()

aggiunge  un campo check 
uso: check(name="TIPO-CAUS" label="Assente" value="1" size="100px")
************ start check
<td style="{size} padding:-5px 0px;" >  

   <input class="easyui-checkbox" name="{name}" value="{value}"  width="{width}" labelWidth="{width}" labelposition="top"
   
   <cobol>{name}{value}</cobol>
   label="{label}">
        
</td>
            
     
************ end check