trigger radio buttons with code

Hello, For the vaadin radio buttons, I can not figure out a way to programmatically trigger them(for testing). For the checkboxes I can just do .click(), but that is not working for radio. Any help with this.

Is that on the Web Component version (this one: https://github.com/vaadin/vaadin-radio-button/)? If so, it’s probably a missing feature and you should file a ticket about it here: https://github.com/vaadin/vaadin-radio-button/issues .