---
title: "PickerGroupState"
description: "A state object that can be used to observe the selected [Picker]."
type: "class"
---

<div class='type'>Class</div>


<a id='references'></a>

<div class='sourceset sourceset-android'>Android</div>


```kotlin
public class PickerGroupState constructor(initiallySelectedIndex: Int = 0)
```


A state object that can be used to observe the selected `Picker`.

#### Parameters

| | |
| --- | --- |
| initiallySelectedIndex | the picker index that will be initially selected |



## Companion Object

#### Properties

<div class='sourceset sourceset-android'>Android</div>


```kotlin
public val Saver: Saver<PickerGroupState, Any>
```




