Hello,
I would like to add checkbox label value to an input.
When i check a box , it is add ti my input.
I don’t know how add a label value to my input.
A solution ?
Here’s a conceptual approach to work with.
- Create an option set for all the ingredients.
- Create the collection of checkboxes as a repeating group using the option set as its data source.
- In the repeating group, set the checkbox label to
This Ingredient's Display
and create a workflow triggered by a change in the checkbox’s value that adds or removesThis Ingredient's Display
from a custom state. - Set the input’s default value to the custom state.
This topic was automatically closed after 70 days. New replies are no longer allowed.