Group:Switch is not working in my openhabian

My configuration as follow

**

default.items

**
Group All

Group:Switch:OR(ON,OFF) gLights “All Lights [(%d)]” (All)
Group:Switch:OR(ON,OFF) gFans “All Fans [(%d)]” (All)
Group:Contact:OR(OPEN,CLOSED) gWindows “Open Windows [(%d)]” (All)
Group:Contact:OR(OPEN,CLOSED) gDoors “Open Doors [(%d)]” (All)

Switch SW_GF_Living_Light1 “Tube Light” (GF_Living,gLights) {mqtt=">[mosquitto:/4wledtube_1/GPIO/12:command:ON:1],>[mosquitto:/4wledtube_1/GPIO/12:command:OFF:0],<[mosquitto:/4wledtube_1/lightState/Switch:state:OFF:0],<[mosquitto:/4wledtube_1/lightState/Switch:state:ON:1]"}

**

default.sitemap

**
Frame label=“All”{
Switch item=gLights icon=“bulb” mappings=[OFF=“ALL OFF”]
Switch item=gFans icon=“fans” mappings=[OFF=“ALL OFF”]
Group item=gWindows
Group item=gDoors
}

I posted my configuration of Group:Switch here. as per referance in documentation i think am doing well. But it is not working. please help me in this