if(typeof HotFeet == "undefined") HotFeet={};
if(typeof HotFeet.Web == "undefined") HotFeet.Web={};
HotFeet.Web.DynCheckBox_class = function() {};
Object.extend(HotFeet.Web.DynCheckBox_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Set: function(dataStoreId, propertyName, value) {
		return this.invoke("Set", {"dataStoreId":dataStoreId, "propertyName":propertyName, "value":value}, this.Set.getArguments().slice(3));
	},
	url: '/ajaxpro/HotFeet.Web.DynCheckBox,HotFeet.Libs_V2.ashx'
}));
HotFeet.Web.DynCheckBox = new HotFeet.Web.DynCheckBox_class();


