Tag ion-radio checked="true" issue

I am using version 5.2.1 of ionice when adding to an ion-radio as checked = “true” it does not include the default value on my radio. what to do?

image

If you have a bound ngModel or form control, that wins and you must make changes via that binding. The “checked” attribute only takes effect if there is no binding.