Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit f723d7d

Browse files
committed
Fixed Mac OS grouping
1 parent fd8a2d7 commit f723d7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Xamarin.Forms.Platform.MacOS/Renderers/RadioButtonRenderer.cs

+3
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ void UpdateCheck()
138138
void HandleButtonPressed()
139139
{
140140
Element?.SendPressed();
141+
142+
if (!Element.IsChecked)
143+
Element.IsChecked = !Element.IsChecked;
141144
}
142145

143146
void HandleButtonReleased()

0 commit comments

Comments
 (0)