Suppose we have $X \sim Be(p_1)$, $Y \sim Be(p_2)$ and $corr(X,Y) = r$.
How does the joint distribution table look like?
For example, if $r = 0$ it is $$ \begin{array}{c|c|c} \cdot & T & F \\ \hline T & p_1p_2 & p_1(1-p_2) \\ \hline F & (1-p_1)p_2 & (1-p_1)(1-p_2) \\ \end{array} $$