I read this post-Saving and retrieving checkbox inputs and it was very useful, is there another way to save the value of the checkboxes if I don't want to use the "When any CheckBox.Changed" block, Can I use a button to call it Save to store the checked values when I, please?
Yes, you can use a button click event instead of checkbox.changed.
an example if it possible will be helpful....and how I replace the get component block?
You would need to specify the actual checkbox component block.
You would need a button for each checkbox, hence the use of the anyCheckbox event and the list of checkbox components....
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.