switch
Use is-rtl
to display a right-to-left design of checkbox (text at left)
Don't forget to set the id
attribute on input and the for
attribute on label with the same value to get it work. This will link the label to the checkbox and then handle the click.