---
title: SegmentedControl
description: Accessible selection and action-only segmented controls.
---
# SegmentedControl
SegmentedControl delegates selection, roving focus, and keyboard behavior to Reka UI. Single and
multiple modes retain selection; action mode emits commands without toggle state.
## Selection mode
```vue twoslash
Left
Center
Right
```
## Action mode
Use `mode="action"` for grouped commands such as flip and rotate. Arrow keys move focus, while
Space or Enter emits `action(value)` without leaving a selected segment.
The complete state matrix is shown in the [PropertySection demo](./property-section).
## Generated API reference