Property Grid Feature

Hello,

I was wondering if a feature existed or if i need to make it.

Here is a sample from a C# program I am trying to achieve with a property grid:
CheckBox_Example

I want this look with a checkbox in front of a PropertyCategory and can include the category. If you include the parent category i want the children categories to also be included.

Basically it acts like the expansion next to it but is a checkbox. I want to be able to still expand and shrink but just an extra checkbox when i go to save to see if the user wanted it included.

I have looked around in the docs and web but can’t find anything related to this. Do i need to make a custom property to do this?

Thanks for your help in advance!!!