Hi Gulbala, if I'm understanding the intent correctly, you'd like to display a checkbox that only displays the value of the attribute, either checked or unchecked - and for it not to be an element that can be interacted with in any way?
One solution would be to replace the checkbox element with an If widget - presuming the attribute "At Desk" is a Boolean value, set it to the condition of the If statement. In the True branch, place an icon and select the check_square_o (or similar). In the false branch, place an icon and select square_o.

