  I think maybe you could do something like this: ```cs var isCopyPasteEnabled = false; #if NOM_PROJECT_COPY_PASTE isCopyPasteEnabled = true; #endif // draw checkbox ```