해당 라디오버튼과 동일한 그룹의 라디오버튼을 모두 선택 해제하는 API이다.
* 라디오버튼 unselectable 속성과 무관하다.
function btn_on_mouseup() { radio.uncheckall(); }