<StackPanel>
<RadioButton GroupName="Number" Content="One" IsChecked="True"/>
<RadioButton GroupName="Number" Content="Two" />
<RadioButton GroupName="Number" Content="Three" />
<RadioButton GroupName="Digit" Content="Four" IsChecked="True"/>
<RadioButton GroupName="Digit" Content="Five"/>
<RadioButton GroupName="Digit" Content="Six"/>
</StackPanel>

Join the conversation! Your thoughts help the community grow.