Recently, I've made a custom form component to compare with other fields, but saw that it was only able to compare against certain fields, such as text inputs, dropdowns, and radio buttons. What kind of form component would I have to make so I can compare it against a multiple choice component? I've tried making a custom listbox, but no go. I've made the view component inherit from SelectorFormComponent<[Custom Properties Class]> and the properties class inherit from SelectorProperties. I've been getting a lot of weird results from Google and it's AI that mixes code from different versions, both older and newer. We're on v13.0.138. What do I have to render in order for me to compare to components that have more than one value?