Hello, I can do this blindfolded with the old ArcObjects and windows forms. But am either getting old or something because it has me stumped with the new pro DAML model. I have a combobox defined in DAML that resides on the ribbon. I also have a checkbox. The comobox contains a list of point-based feature layers. What I want to happen, is when a user selects a layer from the combobox, I want the checkbox isChecked to be set to true if the selected layer contains selected features. I have no problem getting the selection feature count but I have no idea how to get to the checkbox to set its value. Is there a way to reference the checkbox from the combobox? I have also created a variable in the module that both can see controls can see but changes to the variable don't migrate back to the checkbox. In the old days, I would either directly reference the checkbox from the combobox or have a public event that the checkbox is listening for.