How to change checkbox text dynamically
Is there a way to change the checkbox text dynamically in decisions?
I attempted to create an active form flow, but it seems there is no way to change the checkbox text. Setting the control value is also different. I only know how to change the label text dynamically, but not for the checkbox.
Comments
-
It is currently not possible to change the value of a checkbox dynamically. I would suggest using a multi-select dropdown, which allows you to select multiple options similar to a checkbox.
Please find the documentation link for reference:
https://documentation.decisions.com/docs/multi-select-drop-list-component
-
You could make the column with the checkbox be narrow and then add another column beside it. Use a label here, which can be dynamically set. This would achieve the end user view you're looking for.
