jmix-projects / jmix-old

DEPRECATED. Use https://github.com/jmix-framework/jmix
16 stars 3 forks source link

CheckBox ignores caption alignment in Form #400

Closed GlebDurygin closed 4 years ago

GlebDurygin commented 4 years ago
<form id="categoryAttrForm" dataContainer="categoryAttributeDc" width="100%">
    <column width="100%">
        <textField id="nameField" property="name"/>
        <checkBox id="requiredField" property="required"/>
    </column>
</form>

The caption of CheckBox component should be on the right side

image.png