Hello Alex,
The code of the function "yesnoRadioList" is not quite the same as the "selectList" one.
You need to edit the file /components/com_neorecruit/tasks/front.offer_new.php, line 72. Just replace the default value, the third parameter, by 1 :
$lists['showwage'] = mosHTML::yesnoRadioList( 'showwage', 'class="inputbox"', 1, _NEORECRUIT_ADMIN_SHOW, _NEORECRUIT_ADMIN_HIDE, 1 );
Regards,