Hi guys.
As below picture,If the checkbox2 value is keep the same value with the checkbox1 dynamic.
I need a sample.
BestRegards!
Anyone knows how to implement it?
Hi @donghai - it is not clear on the logic you are trying to accomplish, are you able to help clarify a little more please?
Hi @sangL
Thanks for your reply.
I just want to create a control check all the box,or cancel check all the box.
BestRegardsďź
Hi @donghai - there is not a feature that supports this but we will run some tests using the existing logic to see if we can achieve this. We will follow-up â thanks.
Hi @donghai Please find the below steps to achieve this usecase.
-
create a checkbox (i.e SelectAll)
-
Add the below code into all the checkboxes you want you select/deselect on above checkbox
-
checkbox â click on âEdit Jsonâ then add the code.
âcalculateValueâ: âvalue = data.selectAll;â,
âallowCalculateOverrideâ: true
I attached the sample workflow. Please check selectAll Checkboxes.xaml (9.9 KB)
cc: @sangL
Hi @Tamilselvan
Itâs perfect! Thank you very much!
Hi @Tamilselvan
Thanks! English isnât my home language, so maybe I canât describe my problem so clear
Best regards!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.