Hi to all

I add some radio box  handlers like that

  EVT_RADIOBOX($wizard, $a_box ,\&On_A);
  EVT_RADIOBOX($wizard, $b_box ,\&On_B);
  EVT_RADIOBOX($wizard, $c_box ,\&On_C);

but as I see when I used c_box it's call the On_A handler

Please advise

Thanks
Lioz

Reply via email to