How to position checkbox to the right of the text?

1.7k Views Asked by At

How do I achieve this? There is no API for it.

<label formControlName="item" nz-checkbox>Item</label>
1

There are 1 best solutions below

0
On BEST ANSWER

You could set flex-direction: row-reverse on the nz-checkbox or add class="ant-checkbox-rtl" on it (not recommended).