How do I achieve this? There is no API for it.
<label formControlName="item" nz-checkbox>Item</label>
You could set flex-direction: row-reverse on the nz-checkbox or add class="ant-checkbox-rtl" on it (not recommended).
flex-direction: row-reverse
class="ant-checkbox-rtl"