Hi Team, Below code is working fine when ${properties.checkbox} =
false But the same code
is not working after adding another opening and closing div just before
and after. code which isn't working is below when ${properties.checkbox}
= false this sly isn't
going inside when it is false as expected //this sly is going inside when
condition is false //closing div, this line is executing when
condition is false output when ${properties.checkbox} =
false. Any suggestion would be appreciated.Tha...