<input type="radio" name="verificado_57" value="0" onclick="save(57)"> OK
<input type="radio" name="verificado_57" value="1" onclick="save(57)"> NO
Then, when i get response from mysql, if value is true should checked OK, if false should checked NO.
Im try this but not work.
document.getElementByName('verificado_'+valor.ID_PREGUNTA).checked = valor.RESPUESTA;