app/pb_kits/playbook/pb_radio/docs/_radio_alignment_swift
VStack(alignment: .leading) { PBRadio( items: [ PBRadioItem("Power"), .init("Nitro"), .init("Google") ], orientation: .horizontal, textAlignment: .vertical, selected: $selectedAlignment ) }
VStack(alignment: .leading) { PBRadio( items: [ PBRadioItem("Power"), .init("Nitro"), .init("Google") ], orientation: .horizontal, textAlignment: .vertical, selected: $selectedAlignment ) }