Is it possible to create an intput of type range and disable some values from it ? Like having a slider from 0 to 100 and disable 0 and 100 because I want to select 0 and 100 only by using checkbox. So the user can slide from 1 to 99 and need to use the checkboxes to get 0 or 100.
<input type="range" min="0" max="100" id="priority-box"/>