ToolCheckBox=function(_2948){
ToolGeneric.call(this,_2948);
};
ToolCheckBox.prototype=new ToolGeneric;
ToolCheckBox.prototype.type="ToolCheckBox";
ToolCheckBox.prototype.execute=function(x,y){
var _294b=new CheckBoxFigure();
_294b.setDimension(100,20);
this.palette.workflow.addFigure(_294b,x,y);
var _294c=this.palette.workflow.getBestCompartmentFigure(x,y);
if(_294c){
_294c.addChild(_294b);
}
ToolGeneric.prototype.execute.call(this,x,y);
};

