<h2 id="rememberpickergroupstate-initiallyselectedindex">rememberPickerGroupState</h2>

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

```kotlin
@Composable
public fun rememberPickerGroupState(initiallySelectedIndex: Int = 0): PickerGroupState
```

Creates a [PickerGroupState](/jetpack-compose/androidx.wear.compose/compose-material/classes/PickerGroupState) that is remembered across compositions.

#### Parameters

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