The documentation for the range widget refers to radio buttons, instead of range sliders.
very minor correction
* Adds a range widget Adds a range widget that supports all the range attributes on a input[type=range] element. These include min max and increment. * Update range.js * Fix spaces vs tabs. * Added documentation.