>> You can set a button group's selection to null to deselect all buttons in 
>> the group.
> 
> But can that be done with the default button behaviours?

There's no logic built into the default RadioButton skin to support this, but 
you could easily do it at the application level. You could attach a key 
listener to the buttons' host container that clears the selection when the user 
presses Escape, for example.

Reply via email to