I am using
this,onclick="document.controller.setValue('/ctx/recipient/svc/<%=
subscription.@serviceName%>', this.checked ? '1' : '0', '<%=
subscription.@serviceName%>');Before you get to that, I run an API to
get the context of the services for this recipient. Then that object is
accessible in the DOM. So if a recipient gets to my webapp, the webapp
knows the services for this person and it checks the box as a default to
indicate they are currently subscribed. I don't think it's specific to
adob...