Mac Catalyst: Anyway to create native AppKit radio buttons?

Is there any way to create radio buttons on Mac Catalyst in the Mac idiom (without writing my own from scratch obviously)?

Creating a Settings bundle with PSRadioGroupSpecifier creates a radio button group in the Preference pane but I don't see a way to do this in my own UI?

Is there a way to get native AppKit radio buttons on Mac Catalyst?

The concept of "Radio buttons" doesn't exist in UIKit, the closest thing is probably UIPicker, but that doesn't bridge to anything in AppKit. So nope.

Thanks for the reply, kind of a bummer. Would be cool if there was a way to configure a UIButton for the radio style on Mac Catalyst only. Or maybe as an option to UISwitch like UISwitchStyleRadioButton.

Mac Catalyst: Anyway to create native AppKit radio buttons?
 
 
Q