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