- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hello @Prasanna_Soni
You can use the javascript to look at the boolean value and then check/uncheck the radio box.
<%
if(media==1 || media==true){
%>
<script>
document.getElementById("typeOfHournalistMedia").checked = true;
</script>
<%
}
%>