Hi there,
I have a screen in my canvas app where I have a toggle to select-all checkboxes on that screen.
OnVisible of the page, I have created the collection of allboxes using Collect(allboxes, 'checkbox1'.Value, 'checkbox2'.Value); (I will add in the other 5 checkboxes once I've got this working).
What I want is, when the user turns the toggle to Yes, it ticks all the checkboxes which are in that collection.
Please can someone help me out here?
Thanks,
K.
Solved! Go to Solution.
Thanks. Where are you setting the IsChecked value from?
just change {value:Toggle1} to {value:CheckBox1} etc
In my first response, i mentioned this.
On page load, ClearCollect(coll_GalDisplay,AddColumns(Source1,"ischecked",false)) this will create a collection "coll_GalDisplay" which we are going to use in gallery to display.
So on page load, I am adding an extra column to store the checkbox value all the time.
So do I change Source1 to the checkbox control (so, "CheckBox1.Value")? There is no data source here, as it is purely driven from the checkboxes selected by the user... and I am not using a gallery.
Thanks,
K.
Hi @Kosenurm ,
I believe your checkboxes are independent. If I got you correctly, your set is something like the below screenshot.
on right side, I am trying to show the values reflected in coll_result based on my selection.
Give a like and accept this as the solution if I answered you . 🙂
Thanks, this seems to work.
How can I find out what is contained in the coll_result variable in a label?
Thanks
K.
User | Count |
---|---|
262 | |
110 | |
98 | |
54 | |
39 |