Skip to main content

Range

Generates a range slider input.

Basic usage

{{
form.range({
'label': 'My label',
'id': 'range-1',
'name': 'range-1'
})
}}

Helper options

You can configure this helper using the common helper options.