this.originOthersRadio.on( 'select', ( selectedOption ) => {
            revealOptionContent( self.originOthersRadio.$element, selectedOption.$element );

            // let's also emit a 'change' event on the parent radio to satisfy the listener
            // that checks and shows/hides an error message