static L jradiobuttons(L strings) { ret selectFirstRadioButton(map(strings, func(S s) { jradiobutton(s) })); }