Hi!
On the Coach, your gonna select the Custom HTML Control.
After you place the control on the Coach, follow the example bellow.
<script>
$(document).ready(function() {
document.getElementById('RadioButtons0_2').checked = true;
document.getElementById('RadioButtons1_2').checked = true;
document.getElementById('RadioButtons2_2').checked = true;
document.getElementById('RadioButtons3_2').checked = true;
});
</script>
Nenhum comentário:
Postar um comentário