FYI, team, when I give a custom component a new property with type boolean, the default value checkbox is unchecked, but the value passed to the constructor is actually None when I run the app. If I go back into the “use as component” modal, and first check, then un-check the box, the passed value is False when I run the app.
It obviously hasn’t been a big issue, but it’s still unexpected behavior from the IDE.