I'm building a real estate property website and currently working on the single property page and would like to have something similar to the attached image.
Can you let me know how can we create something similar to the image I've uploaded?
I think I will have checkbox custom field create for these real estate amenities but do not know the way forward for how to show them in the front end. More specifically, could we show them in grey colour if the property doesn't have the amenity associated with it?
2)
- using the Types shortcode for checkboxes with state attribute:
[types field="field-name" option="0" state="checked"]
text to display when option 0 is checked
[/types]
[types field="field-name" option="0" state="unchecked"]
text to display when option 0 is unchecked
[/types]
[types field="field-name" option="1" state="checked"]
text to display when option 1 is checked
[/types]