# ε SliderCtrl

Element: The combination of the slider bar with label(s) to provide context and value(s) for the selection(s). This control is then used within Components (mainly in a form) to collect input from the user.

[Styleguide Link](https://zpl.io/bPyYrjy)

* Parent: [Slider](/core/overview/slider.md) (Form Component)
* Child: [Slider Bar](/core/overview/slider/sliderbar.md), [Label](/core/overview/label.md)

## Properties

### Choice

The number of slider choices that are possible in the control, default to single.

### Label

How the control is labeled (leading and trailing labels) within the control.

### Size

The relative size of the slider control in respect to other slider controls.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://able.bucca.com/core/overview/slider.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
