Using DebugInspector for discrete list of properties

Quick question - is there a way to use DebugInspector to view/edit a discrete list of properties? Sort of like how the old Inspector can accept a list of properties? Trying to figure out a way to use the DebugInspector to work with some specific data (and excluding things like ‘key’, etc), as I have a need to utilize its more advanced features such as checkboxes and select lists rather than simple text inputs. Thanks for any guidance!

Cheers.

Hmmm, in thinking through this further, I think it is probably better if I just use jQuery/HTML to achieve this.