{% set filled = "" %} {% set fillstyle = "" %} {% if pimcore_checkbox('content-bg').isChecked() %} {% set filled = "filled" %} {% endif %} {% if pimcore_input('content-bg-style').isEmpty() != true %} {% set fillstyle = pimcore_input('content-bg-style').getData() %} {% endif %}