How to set checkbox as marker in NSTextList? I want the user to be able to select a checkbox by which he will be changed to another character (check marker or thumb or checkmark with a cross inside ...). How can i do this? I played a bit with NSTextViews and I can get NSTextLists to work. But I do not know how to configure it. I am using Xcode 9, swift 4 and trying to get t to work for macOS.
source
share