Avatar

Correct answer by
Level 10

Your code is almost correct; Just add .rawValue  after radioButton1

Your code should look like:

if(radioButton1.rawValue == "1")

{

objectRef.mandatory = "error";

}//end if

Nith

View solution in original post