<!--
{
  "availability" : [
    "macOS: 10.15.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/RadioGroupPickerStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI21RadioGroupPickerStyleV"
  },
  "title" : "RadioGroupPickerStyle"
}
-->

# RadioGroupPickerStyle

A picker style that presents the options as a group of radio buttons.

```
struct RadioGroupPickerStyle
```

## Overview

You can also use [`radioGroup`](/documentation/SwiftUI/PickerStyle/radioGroup) to construct this style.

## Topics

### Creating the picker style

[`init()`](/documentation/SwiftUI/RadioGroupPickerStyle/init())

Creates a radio group picker style.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)