Replies: 1 comment 1 reply
-
You could probably respond to the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Xamarin Forms I have a Stacklayout, orientation horizontal which is databounded.
I have a BindableLaout.ItemTemplate that has a DataTemplate with 1 RadioButton.
As there could be 0 or many rendered Radio Buttons, how in ReactiveUI would I subscribe to the CheckChanged event of the radio buttons? I could set the group name for the Radio buttons but I still cannot see how I can subscribe to the CheckChanged events of the radio buttons.
I would like to subscribe the CheckChanged events so that I can perform a task dependent on the value of the content of the radio button selected.
Beta Was this translation helpful? Give feedback.
All reactions