THIS 22.1
Accessing the Widgetitem Objects
Accessing the WidgetItem objects
WidgetItem objects are a property of the Widget.

For, example if the Window is called , the Widget the WidgetItem is on is called and the widget item is called , it can be accessed and modified with.
var wi = gui.my_window.cbxExample.wi1;