So the problem is,
There is a class of 12 students, 6 boys and 6 girls. There are 3 clusters of desks in a room. Each cluster consists of 2 boys sat next to each other and 2 girls sat next to each other. What is the total number of ways the students can be arranged.
This is what I have tried so far but not sure if I am right by using combinations: $$\dfrac{\left({6 \choose 2}\times{6 \choose2} \right)^3}{12!}$$ $$=\dfrac{225^3}{479001600}$$
I have drawn a picture of the problem to clarify.

Strategy: