Open
Description
I've been trying to add some custom checks to my theme, but I could not make it work. I found different issues while trying to make this work, mainly because how the file is being loaded.
Currently the documentation on custom checks is pretty minimal, and point to the existing checks to get ideas, but as far as I could test the syntax used is not exactly the same.
I think that a small working example, would be of great help, and it would be even better if you provide examples both in typescript and plain javascript just in case.