What is the best way to display a boolean? I have 50 or so amenities with boolean fields and was hoping to display with checkboxes but I guess they are only for input?
Rename the check boxes to checkbox0, checkbox1, checkbox2 etc and use a loop to iterate the boolean collection fields, each time either checking the box or doing nothing.
Somewhat related question…setting up a dynamic page with amenities/services and trying to establish best fields/user input for form so on the dynamic page, only those selected show by name. But the issue is making them appear only if selected. Therein is the problem as do not want spaces if not selected
Example:
Breakfast
Lunch
Dinner
If set up user input form and say, they only have Breakfast…that is not hard, as shows up first in list. But let’s say they only choose Dinner…then if using text fields on dynamic page to show, then there are two blank spaces…if you have a lot of options, that creates a lot of blank space. What am I missing in constructing (I am codeless)