Dynamic visibility for form

I would like to have a form for users of my app that collects information. I would first like to ask if they own a vacation rental. People who don’t have a vacation rental should still be able to see the rest of the app, but currently the submit only shows if the box is checked, so that’s the first issue. The second issue is that I have other questions I would like to ask if they do indicate that they own a vacation rental but I can’t get the visibility conditions to work correctly. See this loom video for reference: Improving User Experience for Vacation Rental App Onboarding | Loom

How about using a choice component instead with the style set to chips or radio buttons.

In the layout editor, have you tried ading a new screen (+ symbol in the navigation pannel) and selecting “multi-step form”. This template might help you.