Radio btn - Default:
If(ThisItem.ContactProjectLeader = true, "Yes",
If(ThisItem.ContactProjectLeader = false, "No")
)
//If(IsBlank(ThisItem.ContactProjectLeader), Blank())
//)
This is what I tried, but when choosing No, and submitting the form, the default won`t show the "No", option, it will just reset.