---
sourceDocument: Australia Mobile Configuration and Navigation
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/mobile

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia Mobile Configuration and Navigation

ft:clusterId :

    - mobile

bundleId :

    - mobile

workflow :

    - Development, Data and Analytics


---

# Slider types and attributes

# Slider types and their input attributes {#ariaid-title1}

* Release version: Australia
* 
* Updated March 12, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 minutes to read

Summarize  
![AI sparkle icon](https://servicenow.com/docs/portal-asset/ai-sparkle-icon) Summarized using AI  
This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.  

## Summary of Slider Types and Their Input Attributes

This content outlines various slider types available in ServiceNow and the specific input attributes required for their creation.
Understanding these attributes enables customers to configure sliders effectively for enhanced user interaction within their applications.
Show full answer Show less  

## Key Features

* **Default Value Slider:** Provides a starting point for users. Required attributes: Min, Max, DefaultValue, StepSize; EnforceStepSize is optional.
* **Visual Steps Slider:** Clarifies the meaning of each position on the slider. Required attributes: Min, Max, StepSize, VisualStepsEnabled; DefaultValue and EnforceStepSize are optional.
* **Enforced Step Size Slider:** Restricts user selection to specific predefined increments, suitable for large value ranges. Required attributes: Min, Max, StepSize; DefaultValue and EnforceStepSize are optional.
* **Reference Point Slider:** Helps users understand their position within the range. Required attributes: Min, Max, StepSize, ReferencePoint; DefaultValue and EnforceStepSize are optional.
* **Decorative Step Slider:** Enhances UI aesthetics with visual indicators including numeric values and colored labels. Required attributes: Min, Max, StepSize, Decoration; DefaultValue and EnforceStepSize are optional.

## Key Outcomes

By utilizing these slider types and their respective input attributes, ServiceNow customers can create intuitive interfaces that enhance user experience, improve accessibility, and facilitate better data input. Understanding which attributes are essential will help ensure sliders are configured correctly for their intended use.  
Review the sections to see slider type examples and learn which input attributes are used to create them.
The sections within this topic show the types of sliders that you can create and the input attributes needed to create them. For more information about all the input attributes, see the Number inputs section in the topic [Input form screen attributes for inputs](https://servicenow-prod.fluidtopics.net/EKaX~e6Ccz9_7N5~4dKDWw "Different types of inputs are available for use in input form screens, and you can use different attributes to configure the inputs.").  
Note:  
* The input attribute DefaultValue is the numerical value displayed when a user first views the slider. In some of the sections below, the DefaultValue input attribute is marked as optional, because you're unable to tell if the attribute was used in the displayed images.
* The input attribute EnforceStepSize isn't a visual attribute. It's marked as Optional in some of the sections, as you're unable to see if it has been used from the images displayed.
{#slider-input-attributes__ul_o3m_3nr_mgc}

## Default value slider {#slider-input-attributes__section_gmg_f2q_mgc}

A default value provides a starting point to help users understand a typical or suggested setting. The following are input attributes that are required to create a slider with a displayed default value.

* Min
* Max
* DefaultValue
* StepSize
* EnforceStepSize: Optional
{#slider-input-attributes__ul_hmg_f2q_mgc}

## Visual steps slider {#slider-input-attributes__section_pxg_5gq_mgc}

A visual step slider makes it clear to users what each position on the slider represents. The following are input attributes that are required to create a slider containing visual steps.

* Min
* Max
* DefaultValue: Optional
* StepSize
* VisualStepsEnabled
* EnforceStepSize: Optional
{#slider-input-attributes__ul_qxg_5gq_mgc}

## Enforced step size slider {#slider-input-attributes__section_sbn_tsq_mgc}

Use an enforced step size slider to make sure that users can only select specific predefined incremental values. This slider is a more appropriate choice than a visual step slider, if the range of values is large. The image shows a scenario where the chosen figure doesn't conform with the enforced incremental value. The following are input attributes that are required to create a slider with enforced steps.

* Min
* Max
* DefaultValue: Optional
* StepSize
* EnforceStepSize
{#slider-input-attributes__ul_pzd_qtq_mgc}

## Reference point slider {#slider-input-attributes__section_uhg_ttq_mgc}

![Slider with values of minus 200 and 200. With a reference point of zero in the middle of the slider.]()  
Use a reference point within a slider to help users understand where they are within the range of possible values. For example, a reference point at the center, shows users that they're setting a value higher or lower than the expected value. The following are input attributes that are required to create a slider containing a reference point.

* Min
* Max
* DefaultValue: Optional
* StepSize
* ReferencePoint
* EnforceStepSize: Optional
{#slider-input-attributes__ul_vhg_ttq_mgc}

## Decorative step slider {#slider-input-attributes__section_ftx_xtq_mgc}

Use a decorative step slider to improve the overall look and feel of the user interface. This is important in design-focused applications where the visual experience is a key aspect. This slider type provides three visual indicators: the numeric value, the label text (for example, good, poor, and bad), and the colored slider. These colorful visual elements can aid accessibility. For example, distinct colors and labels for each step can help users better understand the slider's position and options. The following are input attributes that are required to create a decorative step slider.

* Min
* Max
* DefaultValue: Optional
* StepSize
* EnforceStepSize: Optional
* Decoration
{#slider-input-attributes__ul_gtx_xtq_mgc}

For more information, see [Configure a decorative slider](https://servicenow-prod.fluidtopics.net/UF5qAif3WwmRJpssxifRtQ "Create a colored slider option for a number input on your input form screen. Decorative sliders contain sections that can be associated with a specific color and label to aid visual representation. These labels are translatable.").

