Open manas-somoy opened 6 years ago
There isn't any way right now. We'll probably rework some parts of {Check,Radio}ButtonGroup
to add delegations etc. in the future. We can add this feature at that time.
@CHONUMAN thank you for the question. Yes, @OrkhanAlikhanov let's make note of this and add it when we have a chance. @CHONUMAN if you want to make a PR, we would be happy to help. Thank you.
Any news about this issue.
@pandeyshivang Not yet. I think you can achieve this by placing RadioButton
s inside a UIStackView
.
@pandeyshivang Not yet. I think you can achieve this by placing
RadioButton
s inside aUIStackView
. and what about inside collectionview?
It's possible with CollectionView
too but it would a bit headache since you need to create a cell with RadioButton
then register it etc. I'd go with UIStackView
.
Actually this can be achieved using Grid
and adding buttons to the container.grid.views = []
and set a horizontal direction. I am going to reopen this and put it into our list of items to document.
Is there any way to implement horizontal radio button group?