menu channel {
Protection
.Toggle Protection : $iif(($group(#prot).status == on),disable,enable) #prot
}
menu channel {
Protection $+([,$group(#prot).status,]) : $iif(($group(#prot).status == on),disable,enable) #prot
}
menu channel {
$iif(($group(#prot).status == on),$style(1)) Protection
.$iif(($group(#prot).status == on),disable,enable) Protection : $iif($group(#prot).status == on,.disable,.enable) #prot
}