Public-domain · open source
OpenJurist

5 ILCS 345/2

Illness disability benefit

Known as the Public Employee Disability Act

The act spans §§ 5-345-0-01 to 5-345-2 (3 sections).

P.A. 103-63, eff. 1-1-24.

(a) As used in this Section: "Eligible employee" means any full-time law enforcement officer or full-time firefighter, including a full-time paramedic or a firefighter who performs paramedic duties, who is employed by any unit of local government, including any home rule unit. "Illness" means any illness, disease, or condition the presence of which in a community results in the declaration of a disaster or emergency by a State, county, or municipal official. (b) Whenever an eligible employee suffers an illness in the line of duty which causes the employee to be unable to perform the employee's duties, the employee shall continue to be paid by the employing public entity on the same basis as the employee was paid before the illness, with no deduction from the employee's sick leave credits, compensatory time for overtime accumulations or vacation, or service credits in a public pension fund during the time the employee is unable to perform the employee's duties due to the result of the illness, but not longer than one year in relation to the same illness. (c) At any time during the period for which continuing compensation is required by this Act, the employing public entity may order at the expense of that entity physical or medical examinations of the ill person to determine the degree of disability. (d) During this period of disability, the ill person shall not be employed in any other manner, with or without a monetary compensation. Any person who is employed in violation of this subsection forfeits the continuing compensation provided by this Act from the time such employment begins. Any salary compensation due to the ill person from workers' compensation or any salary due to the employee from any type of insurance which may be carried by the employing public entity shall revert to that entity during the time for which continuing compensation is paid to the employee under this Act. Any person with a disability receiving compensation under the provisions of this Act shall not be entitled to any benefits for which the employee would qualify because of the employee's disability under the provisions of the Illinois Pension Code. (e) Pursuant to paragraphs (h) and (i) of Section 6 of Article VII of the Illinois Constitution, this Act specifically denies and limits the exercise by home rule units of any power which is inconsistent herewith, and all existing laws and ordinances which are inconsistent herewith are hereby superseded. This Act does not preempt the concurrent exercise by home rule units of powers consistent herewith. This Act does not apply to any home rule unit with a population of over 1,000,000. This site is maintained for the Illinois General Assembly by the Legislative Information System, 705 Stratton Building, Springfield, Illinois 62706. Contact ILGA Webmaster ILGA.GOV 2026 ILGA.gov | All Rights Reserved | ADA | Disclaimers | Learn This site is maintained for the Illinois General Assembly by the Legislative Information System, 705 Stratton Building, Springfield, Illinois 62706. Contact ILGA Webmaster ILGA.GOV 2026 ILGA.gov | All Rights Reserved | ADA | Disclaimers | Learn .fade-out { opacity: 0; transition: opacity 1.0s; /* Adjust the duration as needed */ } .cookies { position: fixed; bottom: 0; margin-bottom: 0; /* Ensure no margin at the bottom */ width: 100%; border-radius: 0; /* Remove rounded borders */ opacity: 0.98; z-index: 100; } @media (max-width: 576px) { .cookies { height: auto; /* Allow the height to adjust based on content */ padding-bottom: 80px !important; /* Add extra padding to push buttons above UserWay widget */ } } ILGA.gov is better with cookies. ILGA.gov uses cookies to ensure you get the best experience on our website. By continuing to browse ILGA.gov you consent to our use of cookies. Read About Cookies Accept & Continue document.getElementById('about-cookies-btn').addEventListener('click', function () { window.location.href = '/Cookies'; }); (function () { var button = document.querySelector("#cookieConsent button[data-cookie-string]"); button.addEventListener("click", function (event) { document.cookie = button.dataset.cookieString; var cookieContainer = document.querySelector("#cookieConsent"); cookieContainer.remove() }, false); })(); enableWordFriendlyCopy({ selector: '#copyable-content', baseUrl: 'https://ilga.gov/' }); (function () { const BASE_WIDTH = 578; const isDev = location.hostname === 'localhost' || location.hostname === 'dev.ilga.gov'; const log = (...args) => { if (isDev) { console.log(...args); } }; function applyBillScale() { log('--- applyBillScale called ---'); const host = document.querySelector('#billtextanchor .billtext-host'); const scaleEl = document.querySelector('#billtextanchor .billtext-scale'); log('host element:', host); log('scaleEl element:', scaleEl); if (!host || !scaleEl) { log('Missing host or scaleEl, exiting'); return; } const available = window.innerWidth; log('available viewport width:', available); let scale = 1; log('initial scale:', scale); if (available = 850 (desktop)'); } log('calculated scale:', scale); scaleEl.style.transformOrigin = 'top left'; scaleEl.style.transform = `scale(${scale})`; log('transform:', scaleEl.style.transform); const calculatedWidth = BASE_WIDTH * scale; scaleEl.style.width = `${calculatedWidth}px`; log('calculated width:', calculatedWidth); } log('Bill scaling script loaded. isDev =', isDev); window.addEventListener('orientationchange', () => { log('orientationchange event fired'); applyBillScale(); }); document.addEventListener('DOMContentLoaded', () => { log('DOMContentLoaded event fired'); applyBillScale(); }); })(); (function () { var s = document.createElement('script'); var h = document.querySelector('head') || document.body; s.src = 'https://acsbapp.com/apps/app/dist/js/app.js'; s.async = true; s.onload = function () { acsbJS.init({ statementLink: '', footerHtml: '', hideMobile: false, hideTrigger: false, disableBgProcess: false, language: 'en', position: 'left', leadColor: '#070D0D', triggerColor: '#03396c', triggerRadius: '50%', triggerPositionX: 'left', // Change from 'right' to 'left' triggerPositionY: 'bottom', triggerIcon: 'people', triggerSize: 'medium', triggerOffsetX: 20, triggerOffsetY: 20, mobile: { triggerSize: 'small', triggerPositionX: 'left', // Change from 'right' to 'left' triggerPositionY: 'bottom', triggerOffsetX: 10, triggerOffsetY: 10, triggerRadius: '50%' } }); }; h.appendChild(s); })(); document.addEventListener('DOMContentLoaded', function () { document.querySelectorAll('button[onclick]').forEach(button => { // Extract the href from the inline onclick const onclick = button.getAttribute('onclick'); const match = onclick.match(/location\.href\s*=\s*['"]([^'"]+)['"]/); if (!match) return; const url = match[1]; // Remove the inline onclick to prevent auto navigation button.removeAttribute('onclick'); // Add our controlled event listener button.addEventListener('click', function (e) { if (e.ctrlKey || e.metaKey) { window.open(url, '_blank'); } else { window.location.href = url; } }); }); });

Official source: Illinois General Assembly. Reproduced from public-domain Illinois statutes; confirm against the official source for the current text. Not legal advice.