2019-09-30a few seconds read (About 44 words)How to make checked NSButton in AppKitIssue #433 Use Omnia for convenient style and isOn property 123let checkButton = NSButton(checkboxWithTitle: "", target: nil, action: nil)checkButton.stylePlain(title: "Autosave", color: R.color.text, font: R.font.text)checkButton.isOn = true#swiftmacOS