Working in Application Studio…I’ve added a custom label and want to dynamically update the text based on values of other fields on a form, specifically checkboxes.
As an example let’s say I have checkboxes A and B. If A is checked and B is not checked then I want the label to say “Only A is checked.” If A and B are checked then I want the label to say “A and B are checked” and if A is not checked and B is checked then the label will say “Only B is checked”.
The label needs to be correct when the form loads and when A changes or when B changes.
Can I do all of this in one custom event or do I need to create an event for Form Load, A changed, and B changed?
Any suggestions?