Boolean prop values not retained correctly on SDC components with multiple boolean props
This is a recreation of issue [#3492368](https://www.drupal.org/project/experience_builder/issues/3492368) in the experience_builder module so that the issue ends up on the correct module and issue que. Please watch the video in that issue!
I am using Drupal 11.3.12 and I'm having an issue with boolean props on both canvas 1.6.0 and latest canvas dev.
I have a (card) component with multiple boolean props where example and default are all set to false.
I create a card (I dont change any boolean props) and when changing the text content, it seems that all boolean prop widgets are still unchecked/false BUT the displayed card in the UI switches as if every boolean is set to TRUE.
If I click on another component, then back to the card component, then every boolean prop widget suddenly indicates they are all checked.
I can uncheck them and save, but when I edit the card text again same thing happens (card in the UI suddenly displays as if every boolean is set to true, but the widgets still display unchecked//false. When clicking on another component and then back to the card component, then I see all boolean props checked.
Please watch the video to see the problem in action. Watch how the boolean fields keep getting checked without input to do so. See how the card text gets centered when the content is modified without ever checking the 'center align text' boolean. See how it stays centered unless first checking that widget and then unchecking it again. See how the widgets display as unchecked unless I click on another component and then back to the card again.
I use the card component from the [sdc_components](https://www.drupal.org/project/sdc_components) module in this example.
So you can inspect [the component.yml file of the card component](https://git.drupalcode.org/project/sdc_components/-/blob/1.x/components/card/card.component.yml?ref_type=heads).
issue