Can i create a role section like this one?

Hi, i’m now on bubble and I want to create a role section like this one to show or hide sections and widget in my app

Yes, this is possible.

  1. Create database fields (true/false) such as “showDashboard”
  2. When the checkbox is checked (or unchecked) have the database field switched to true (or false)
  3. Now add conditions to the sections/widgets in your app to only show when the database field = true (or false)

Thanks for your answer