Forums › 💬 NodeCanvas › ⚙️ Support › Bug(?) in CheckField's visual condition display. › Reply To: Bug(?) in CheckField's visual condition display.
Hello and sorry for the late reply due to Eastern!
Hmm. I did this by design so that is “looks like” more similar to what is looking like in code when checking boolean variables, like for example:
if (myVariable){ //... }
But I can see that it can be confusing. I just removed the special case boolean check as to be more consistent with clear.
Thanks!