>>92
何をしたいのか全くわからん。
これでいいだろ。

class RadioOther{
 constructor(props) {
  // 不要
 }

 onRadChange() {
  ...
 }

 ...
}