Controls/RadioButton: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 October 2025

  • curprev 16:1016:10, 17 October 2025 Ten talk contribs 532 bytes +532 Created page with "{{ElementSpec | title=RadioButton | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/radiobutton | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Mutually exclusive selection; group behavior to verify. | props= <tr><td>IsChecked</td><td>?</td><td></td><td>True/False</td></tr> <tr><td>Content</td><td>?</td><td></td><td>Label/content</td></tr> <tr><td>GroupName</td><td>?</td><td></td><td>Mutual exclusion</td></tr> <..."