GroupBox With Label

A GroupBox with Label

GroupBox With Label - iOS Light Mode Preview

Platform Compatibility

iOS 14.0+ iPadOS 14.0+ macOS 10.15+ visionOS 1.0+

Tags

SwiftUI Code

Docs
GroupBox {
  Text(loremIpsum)
} label: {
  Label("Hello World", systemImage: "globe")
}

Found an issue or have a suggestion?

Created: May 30, 2025Updated: May 30, 2025