RTL
Pretty Checkbox supports RTL languages starting 3.1.0.
Usage
If you're using a modern bundler like webpack, parcel, or something else you can import rtl.scss
in your index.js
:
index.js
import '@djthoms/pretty-checkbox/src/pretty-checkbox.scss';
import '@djthoms/pretty-checkbox/src/rtl.scss';
// ...
Browsers
For browsers, you can reference rtl.css
:
index.html
<link rel="stylesheet" href="https://unpkg.com/@djthoms/pretty-checkbox" />
<link rel="stylesheet" href="https://unpkg.com/@djthoms/pretty-checkbox/dist/rtl.min.css" />