How to retain checkbox value

Certified Associate Developer

Hello All,

 

I'm trying to add checkbox control inside my interface form. Requirement is to just display the single checkbox. Below is the code im using

 

a!checkboxField(

choiceLabels:"Allow?",

choiceValues:"1",

saveInto:ri!choiceValue

)

 

The issue happening here is related to the checkbox value. Whenever I checked the box and click anywhere else, It automatically gets unchecked. Can someone please tell me how to retain its value? Also I'm calling this checkbox through rule in the main interface form. Whenever I open the main interface form and clicks the checkbox, Its value remains null 

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data