checkBox = new CheckBox("Test CheckBox", Styles.ICON_LOGO);
testGrid.addTestRow("Text and Icon", checkBox);
buttonList.add(checkBox);
RadioButton radioButton;
testGrid.addHeaderRow("RadioButton");
ButtonGroup buttonGroup = new ButtonGroup();
radioButton = new RadioButton();
radioButton.setGroup(buttonGroup);