Hi @RameshMukka as per @WarrenBelz the gallery is a way, and it can be used in many was to achieve what you need.
Below is a nested gallery and some labels and a textbox to capture the details.
Main Gallery Items: ["SCS1","SCS2","SCS5","Dam A","Dam B","Dam C","Houay Aria", "TSF1"]
A horizontal gallery in the main gallery with Items = ForAll(Sequence(10),{response: If(Mod(Value,2)=0,"No","Yes")})
component fill color, fill = If(Self.Text = "TSF1",LightBlue,LightYellow)

Hope this helps.