Hi Everyone,
Thought I would share.
I had been struggling with getting a trigger condition to only fire when an item is checked in.
After a lot of trying I finally got the right condition I would like to share.

@equals(triggerOutputs()?['body/{IsCheckedOut}'],false)
Hope this is helpful.