How to check and uncheck multiple checkboxes in a Check Box List (Solution)

  • 12 December 2013
  • 2 replies
  • 17 views

Badge +1

I couldn't find this information anywhere else but managed to figure it out myself and wanted to share it. In my case i wanted an "Select all" Check Box that selects/deselects all the checkboxes in a Check Box List.


 


How to check multiple checkboxes in a Check Box List:


Use a Transfer data action and use ";" (semicolon) to separate each value:


15057iDFAAF0A7BAD122F9.png


 


How to uncheck all checkboxes in a Check Box List:


Use the View's Clear method twice in a row. If only using one Clear method then the Check Box List will still "keep/remember" which checkboxes were checked even though it visually looks like it got cleared:


16619iAEDF108BB564AB2F.png


Both Clear's (configure) is set to only clear the cblMyCheckBoxList:


11156i0D7D421024BBCEC8.png 


2 replies

Badge +6

Thanks for this.


 


What does entering the values '1,2,5' implicate? Are these the specific checkboxes that are being selected?

Badge

In 4.6.9 with the new For Each Loop I found a way to populate the Checkbox list to be all checked:

1. Populate your check box list with the data source - Can do on initialization or my example is when they changed another field

11029i4CA54ECC1A33F17A.jpg

 

 

Reply