Custom GroupBox option elements

Hey,

I’m on the 2021.2 Beta and in the GroupBox API docs, it’s stated that the available options for it are by default RadioButtons, but that users can provide other implementations. However, its unclear how these custom option elements can be implemented.

As stated in the GroupBox doc, there is an IGroupBoxOption interface but it’s defined as internal and thus can’t be used. How can I do custom option elements for a GroupBox?

Hi @attk0 ,
Sorry for the confusion, this is a mistake in the documentation. It’s not possible yet because the interface is internal. The best you could do right now is to customize and style a radio button differently.

Alright, thanks for the clarification @AlexandreT-unity