* @param checkBoxText the text on the checkbox.
* @return a wrapper around a Checkbox Button with the specified text.
* @throws WidgetNotFoundException if the widget is not found.
*/
public SWTBotCheckBox checkBox(String checkBoxText) throws WidgetNotFoundException {
return new SWTBotCheckBox(finder, checkBoxText);
}