clearing multiselect. why doesn't deselectall() work as specified in help?

clearing multiselect. why doesn't deselectall() work as specified in help?

I have a multiselect radio button. I cannot clear the inputs.
tried:
clear radbut;
radbut = "";
radbut.deselectall();

none of these work. why?