Joris Orcel
Joris Orcel
Hello, I've arrived here since I've been encountering the same error. @fmarcoux96, Sylius/BootstrapTheme uses `bootstrap-native-v4.js', it's a bootstrap version that doesn't use jQuery. Concerning the issue, the error is thrown...
just as a follow up, I have overridden the `checkbox_radio_label ` and `switch_label` blocks with your fix on one of my project and this seems to fix the issue well...
I had some time to investigate the issue, and it seems the culprit is the `FormUtil::getFormViewValueRecursive` method. When the `expanded` and `multiple` options are both set to `true`, the form...
Probably related to [this discussion](https://github.com/twigphp/Twig/discussions/4101) I opened a few days ago