Yonathan Goriachnick

Results 4 comments of Yonathan Goriachnick

I have the same issue as well (no space between the image and the label): ![image](https://user-images.githubusercontent.com/13201721/104912682-3fc7f400-5995-11eb-9729-3bb9f94e4010.png) 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: ![image](https://user-images.githubusercontent.com/13201721/104913565-75211180-5996-11eb-9021-33ec50e8288d.png)