What about using Javascript? e.g. jQuery:

$('input:radio').attr('checked', false);

or

$('input[name=myRadio]:radio').attr('checked', false);


   -Tom



On 31.05.2012 at 08:20 Chris Colman wrote:

> We have a button that, when clicked, should deselect ALL radio buttons in a 
> separate radio group.
>  
> Can this be done in Wicket?
>  
> Yours sincerely,
>  
> Chris Colman

Reply via email to