I would like to use jQuery to change the checked status of the radio button of Primefaces.
But the only thing I am able to set is: disabled=false/true
.
I think it is possible to do this with jQuery, but I cannot see the dot inside the Radio-Button, probably because Primefaces is using an image for this.
Does someone know how to change the checked
-status of a radiobutton within Primefaces? Additionally I have to be able to fetch the state of the single radiobutton.