Recently a user from the Power Apps Community asked if there is a way to make a “select all” checkbox in Power Apps? You can find the question here: https://powerusers.microsoft.com/t5/Building-Power-Apps/1-checkbox-Select-All-checkboxes/m-p/686443#M219603

The answer is “yes, it is possible” and today I will show you how to do it.

First of all, we need our checkboxes. We will create three checkboxes “Option 1-3” and a fourth “Select all”.

Then we update the default value for each “Option” Checkbox to “box_SelectAll.value” (“box_SelectAll” = name of your control). Now you can select either one option or if you check or uncheck “Select all” you will update all checkboxes.

Thanks for reading, hope this will help you!