---
title: NSSegmentedControl.SwitchTracking.selectAny
framework: appkit
role: symbol
role_heading: Case
path: appkit/nssegmentedcontrol/switchtracking/selectany
---

# NSSegmentedControl.SwitchTracking.selectAny

One or more segment cells in the control can be selected at a time.

## Declaration

```swift
case selectAny
```

## Discussion

Discussion This mode functions as a set of checkboxes, where any combination of segments may be on or off, and is illustrated by the font format selection control in Pages, which allows you to apply bold, italics, and underline to the selected text.

## See Also

### Constants

- [NSSegmentedControl.SwitchTracking.selectOne](appkit/nssegmentedcontrol/switchtracking/selectone.md)
- [NSSegmentedControl.SwitchTracking.momentary](appkit/nssegmentedcontrol/switchtracking/momentary.md)
- [NSSegmentedControl.SwitchTracking.momentaryAccelerator](appkit/nssegmentedcontrol/switchtracking/momentaryaccelerator.md)
