app/pb_kits/playbook/pb_radio/docs/_radio_error_swift
VStack(alignment: .leading) { PBRadio( items: [ PBRadioItem("Power") ], orientation: .vertical, selected: $selectedError, errorState: true ) }
VStack(alignment: .leading) { PBRadio( items: [ PBRadioItem("Power") ], orientation: .vertical, selected: $selectedError, errorState: true ) }