Issue with Radio button Field

Certified Senior Developer

Hii,

I am unable to select NA option , for YES or NO Its  working fine , how can i resolve this, 

i have to save

 a!radioButtonField(
                  label: "",
                  choiceLabels: { "Yes", "No", "N/A" },
                  choiceValues: { 1, 0, "NA" },
                  value: fv!item['recordType!{f42d5bd8-9c50-4910-b251-13ec6bf9fdb6}GAI App Review.fields.{899275d5-d9e3-4030-9291-883eaf45d2c6}reviewerAnswerBool'],
                  saveInto: {
                    local!a,
                    a!save(
                      fv!item['recordType!{f42d5bd8-9c50-4910-b251-13ec6bf9fdb6}GAI App Review.fields.{899275d5-d9e3-4030-9291-883eaf45d2c6}reviewerAnswerBool'],
                      if(local!a = "NA", {}, local!a)
                    )
                  },
this value in to boolean type column

  Discussion posts and replies are publicly visible