Hi, I’m very new to JS, but I need to use it for a personal project. I’m building a Wix website and I’m trying to list amenities, similar to AirBnB. I have a content management spreadsheet with boolean fields for certain things such as stair, elevators, and accessible parking. Ideally, I would like to have various icons for each amenity being white if true and greyed out if false. If that’s not possible, I would settle for non-interactive checkmarks saying if/if not a certain amenity is available or not. I need this to communicate seamlessly with the spreadsheet so I don’t have to check/uncheck every amenity on every page. TYIA