I am trying to include a checkmark in my table that has for example blue color.
I have managed to do it using a solution i have found here by using:
\def\bluecheck{\tikz\fill[scale=0.4, color=blue](0,.35) -- (.25,0) -- (1,.7) -- (.25,.15) -- cycle;}
end then calling \bluecheck
The problem is when i insert \bluecheck in the caption of my table i get a number of errors (even though it compiles and renders the expected pdf)
Is there a library that creates a checkmark that allows to set its color?

