Can I make all tabs (bundle conditons) opened by default?
Yes, you can add a custom liquid, custom HTML, or custom content section in the theme editor via BYOB dashboard => Change Design. After that, paste the following codes and hit the save button:
<script> for (let br of vm.buildrules) br.isActiveTab = true </script>