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