Существует метка xtype из CQ Widget API со свойством стиля, которое можно использовать следующим образом:
<label_1
jcr:primaryType="cq:Widget"
style="width: 50%;display: inline;margin-left: 100px;font-weight: 600;"
text="Use as default filter"
xtype="label"/>
<label_2
jcr:primaryType="cq:Widget"
style="width: 50%;display: inline;margin-left: 40px;font-weight: 600;"
text="Show Advanced Options"
xtype="label"/>
Вы можете изменить стиль в соответствии с вашими потребностями.
![enter image description here](https://i.stack.imgur.com/Ae21Y.png)