PowerApps bug: default property of check box is ignored on app launch

This is an annoying bug.Work-around: possibly with the use of variables (context or global), please let me know if you need details

PowerApps version tested: 2.0.680

Steps to reproduce the bug:

  1. Create a blank app
  2. Create a check box, Checkbox1, and set its Default property to:
    true
  3. Create a label and set its Text property to:
    Checkbox1.Value
  4. Save and close the app
  5. Re-open the app

The check box is ticked but the label shows false, whereas it should show true.

Credit: PWrobel in this post

Leave a Reply

Your email address will not be published. Required fields are marked *