Hello, I wish to replicate something along the lines of what is being done in this application, where you select a point feature on the map and at the bottom you will see icons based on whether a particular attribute is TRUE or FALSE. Rest Areas (nsw.gov.au)

The attribute table looks like so:
| has_bbq | FALSE |
| has_caravan_disposal | FALSE |
| has_emergency_phones | FALSE |
| has_lighting | TRUE |
| has_litter_bins | TRUE |
| has_picnic_table | TRUE |
| has_playground | FALSE |
| has_power_outlets | FALSE |
| has_shelter | FALSE |
| has_toilets | TRUE |
| is_accessible | TRUE |
Is there a way this could be easily replicated in Experience Builder, using ArcGIS Pro, Web Map Viewer, or directly within Experience Builder in which it will ultimately be consumed.