if (sysexWidget instanceof CheckBoxWidget) {
CheckBoxWidget widget = (CheckBoxWidget) sysexWidget;
final JCheckBoxFixture fixture =
new JCheckBoxFixture(testFrame.robot, widget.cb);
if (fixture.target.isEnabled()) {
new SwingCheckBoxValueSetter(fixture, widget.getValueMin())
.setValue(widget.getValueMax());
numEditedParams++;
}
} else if (sysexWidget instanceof ComboBoxWidget) {
ComboBoxWidget widget = (ComboBoxWidget) sysexWidget;