I am creating a document through the api. How do I populate a checkbox when using the api? More specifically what value can I put in a datasource to populate a checkbox field?
Also, how do you name a document when or after you are doing a merge? I am using the php sdk ->
That demo was not helpful at all. I know how to add a value to field in a document using the merge api and a datasource. I can set the value for text fields just fine. I can not set the value for a checkbox in my datasource. What value do I give a checkbox in my datasource to make it merge as a checkbox that is checked in my document?