--- breadcrumb: - Guides - Forms - Inputs - Range summary-visible: false keywords: - form - input - range --- # Range ## Description - Class for this input: `Berlioz\Form\Type\Range` - HTML equivalent: `` ## Additional options No additional than [commons options](inputs.md#common-options). ## Attributes List of attributes that interact with the forms library: | Name | Type | Default value | Description | |----------|---------------|---------------|-------------| | **max** | integer/float | *none* | Max value | | **min** | integer/float | *none* | Min value | | **step** | integer/float | *none* | Step |