mod.savePartial = function(bid){
        var val = checkedVal(this);
        saveBtField('savePartial', val, bid, $(this), this.defaultValue);
    };