How to use ttp226 touch module to control AC loads ?

I have a ttp226 touch sensor module lying with me.(the photo of touch module is attached ). I want to use it so that I can control relays and in turn control AC loads.

By simply connecting the module with 5V DC, I get momentary output as long as I touch it. But for using it as a switch I am looking for an Arduino code that would control it's 8 channels such that once I touch a single channel, the output is high, again when I touch it, it becomes low. I want this to happen with all the 8 channels so that 8 loads would be controlled through it.

Is it possible using an Arduino code ?
Please help me if it's possible. Any help would be greatly appreciated.

Thanks in Advance
Vishal

-200145172-1563044733.jpg

You can do that! Which Arduino?
Which pins for inputs from the touch board?
Which pins for outputs to the relay board?
Post a link for the relay board, BTW, I don't trust those little blue relays for switching 230VAC, but...

You can use any pin combinations on Arduino uno. There are 8 output pins on the touch sensor module, you can use all 8 of them.

Actually I am a beginner, have very little idea of coding and I am too excited to make this so I need your help

I want to use Arduino uno sir. The touch module has8 output pins, you can use all of them

outsider:
You can do that! Which Arduino?
Which pins for inputs from the touch board?
Which pins for outputs to the relay board?
Post a link for the relay board, BTW, I don't trust those little blue relays for switching 230VAC, but...