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