A range let the user specify a numeric value which must be no less than a given value, and no more than another given value. Source: MDN Web Docs
array(
'id' => 'range_1',
'type' => 'range',
'title' => 'range',
// 'default' => '10', // optional
// 'unit' => '$', // optional
// 'after' => ' <i class="text-muted">$ (dollars)</i>', // optional
// 'min' => '2', // optional
// 'max' => '20', // optional
// 'step' => '2', // optional
),