Sha256: 8dd122098dac0a7774c7ae392caa03f424a71883a5a6e969eba1a29f357962e8
Contents?: true
Size: 438 Bytes
Versions: 1491
Compression:
Stored size: 438 Bytes
Contents
![radio-custom](https://github.com/powerhome/playbook/assets/92755007/3eab180b-0550-4d7e-b562-84a007690218) ```swift VStack(alignment: .leading) { if let selectedCustom = selectedCustom { Text("Your choice is: \(selectedCustom.title)") } PBRadio( items: [ PBRadioItem("Custom Power"), .init("Custom Nitro"), .init("Custom Google") ], orientation: .vertical, selected: $selectedCustom ) } ```
Version data entries
1,491 entries across 1,491 versions & 2 rubygems