Yonathan Goriachnick
Yonathan Goriachnick
I have the same issue as well (no space between the image and the label):  The `marginWidth` don't effect the space in RTL.
Hi @nvdmcs Please see my workaround here: https://github.com/DavydLiu/DLRadioButton/issues/159#issuecomment-762208664
There's an option to config it without an outlet. If you do want to toggle, you can actually set `isMultipleSelectionEnabled` property to `true`. Please see this [issue](https://github.com/DavydLiu/DLRadioButton/issues/33).
@nvdmcs @mahmuuud I've managed to do a workaround by adding this: ```language=swift checkButton.titleEdgeInsets = UIEdgeInsets(top: 0,left: 0,bottom: 0,right: 10) ``` And it's working fine: 