Check if field value is true and add optional class
{% if item.content['#block_content'].field_image_right.value == '1' %} {% set options = options|merge(['image-right']) %} {% endif %}