I see this is an old thread however still it looks unresolved, I just ran into this issue and the solution that worked for me was to use the javascript with the toolbox plugin using the following code
document.getElementById( ‘id-name’ ).getElementsByTagName( ‘input’ )[0].click();
I hope that helps.