The radioButton Component is based on the standard HTML tag <INPUT TYPE="radio">. It can interoperate automatically with other radioButtons from the same group.
The radioButton Component has the following capabilities :
<v:radioButton id="artiste" text="Artiste" groupName="categorie" selected="#{dossier.declaration.artisteTechnicien}" selectionListener="radioArtisteSelected(event)" />