I'm developing custom widgets for WAB (Develper Edtion) 2.17, Launchpad Theme, on 3D Scenes (ArcGIS API for javascript 4.17).
I need to switch programatically by javascript between the various items of a dijit radio button.
Widget.js has next code:
define([ ... 'jimu/dijit/RadioBtn', 'dijit/form/RadioButton' ...
Widget.html has next lines as in attached screenshot
I'll appreciate help.