Changing the style on the checkboxes (in the dialog) will result in inconsistency on Mac and Windows. What would be the best approach to change the style (for example the background color, which is originally transparent) on checkboxes, to have a consistent result on both Mac and Windows? It could be some simple method that I am missing.
PS — Assume that I do not want to create a completely custom checkbox programmatically, and I want to use the default structure that is suggested in the API documentation.