I start with this:
\documentclass[border=2mm]{standalone}
\begin{document}
\begin{table}[h!]
\begin{center}
\begin{tabular}{c|c|c|c|}
\hline
& hello & hello & hello \\
\hline
1 & & & \\
\hline
2 & & &\\
\hline
3 & & &\\
\hline
\end{tabular}
\end{center}
\end{table}
\end{document}
But my objective is get this table structure where I can put a green check or red X:



Comprehensive LaTeX Symbol List. – Bernard May 14 '18 at 09:58