If $X$ and $Y$ are independent random variables, then it is always the case that the events $A = \{X \leq a\}$ and $B = \{Y \leq b\}$ are independent events. Specifically, one of the (equivalent) definitions of independence of two random variables is that the joint CDF factors into the product of the individual (a.k.a. marginal) CDFs. That is, we are insisting that independence of $X$ and $Y$ means that
$$F_{X,Y}(a,b) = F_X(a)F_Y(b)~\text{for all real numbers}~a~\text{and}~b\tag{*}$$
But, $$F_{X,Y}(a,b)
\stackrel{\Delta}{=} P\left(\{X \leq a, Y \leq b\}\right) = P\left(\{X\leq a\}\cap \{Y \leq b\}\right) = P(A\cap B)$$
while $$F_{X}(a)
\stackrel{\Delta}{=} P\left(\{X \leq a\}\right) = P(A), \quad F_{X}(b)
\stackrel{\Delta}{=} P\left(\{Y \leq b\}\right) = P(B)$$
and so $(*)$ is saying that
$$P(A\cap B) = P(A)P(B),$$
that is, $A$ and $B$ are independent events.