Boolean value shows div

I cannot see what I am missing here, should this DIV not become invisible if I choole the boolean value to be false ? What am I missing?https://anymod.com/mod/monak?h1=62&h2=100&v=39

ps: I copied the logic from here https://anymod.com/mod/kbdok (it works well inside that mod, but I cannot spot the difference )

I added some css. That finally solved my issue. I created one CSS-Selector and set it to display:none. And then I additionally created the :class="{ ‘show-image’: show }" and provided that class with display: block !important.

Yes that works great :smiley:

I think your approach is a good one.