Skip to content

Slider

Overview

The Slider element allows users to choose a value along a range. It is useful when relative position matters more than typing an exact number, such as selecting an intensity, level, percentage, or preference.

When to use

  • When users should choose a value from a continuous or stepped range
  • When the value is easier to understand visually than through manual entry
  • When the page needs an intuitive control for levels, scores, or percentages

Element-specific options

OptionDescription
Minimum valueDefines the lowest selectable value
Maximum valueDefines the highest selectable value
Step sizeDefines how much the value changes per movement
Default valueDefines the starting value when the page opens
Display labelsDefines whether scale labels or markers are shown

Common configuration

See: Common element configuration