TextBox/TextBlock Gray out binding to checked item

PHOTO EMBED

Thu Jun 23 2022 15:56:45 GMT+0000 (Coordinated Universal Time)

Saved by @Marcos_ ##wpf

<RadioButton x:Name="RadioButton2" />
<TextBox BorderThickness="0" IsEnabled="{Binding IsChecked, ElementName=RadioButton2}" />
content_copyCOPY

Imply a TextBlock using the BorderThickness="0" section

https://stackoverflow.com/questions/3681835/wpf-how-should-i-auto-grey-out-a-textbox-when-its-associated-radiobutton-is-n