Hi all,
This might be a very simple question but I'm struggling with it. I'm using APS 1.9 and have a form with a checkbox in it. How can I set up the checkbox to appear as "checked" by default?
Thanks
There's no direct way of doing it, since the form control in OOTB pallett does not contain any option for default value:
you can do 2 things:
1. Create a custom form stencil, then create your custon checkbox field and add desired option for default value
2. If this is a one time thing, add a js code that looks for your form field id on load and changes its value to true.
Hope it helps.
Thanks to @abbask01 for this information.
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.