- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hello @DAVID-GARCIA ,
Yes, I was facing a similar issue.
I solved it by updating the checkbox value with javascript
Here is a sample code
<% if(ctx.vars.value=="1"){ %>
<Script>
document.getElementById("checkbox").checked = true;
</script>
<% }% >
Thanks,
Manoj