UISwitch, something similar for Mac?

I've used the Mondo Switch that's part of the Cocoa Mondo Kit. It works pretty well.


For anyone that comes across this question in the future, I have developed a UISwitch for Mac (MacToggle) Swift 3 & AutoLayout

https://github.com/RichAppz/MacToggle

enter image description here

It's a replica of the iOS UISwitch and fully customisable.

Enjoy


I recently extended Peter Hosey's PRHOnOffButton to add iOS-like background colors and labels. Since mine is derived, it may or may not have the same caveat described above by Peter.

enter image description here


I think you should use NSCheckBox since it is the equivalent on a computer where you use a mouse and not your finger.