Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Views
Replies
Total Likes
Yeah that seems to be the case, wondering why noone from engineering is fixing this issue, I think the issue is only with the checkboxes and possible radios, as the data preloads fine to a text input type when is a string, but not checkboxes.
Views
Replies
Total Likes
Hi Manoj, I can't seem to reply to you, I am also inclined to use that approach as I had spent the last 24 hours troubleshooting the issue to no avail, does that mean this is an actual bug?
Views
Replies
Total Likes
Views
Likes
Replies