Hi Awais, I need to update check box dynamically. However, I cannot use the above code, as it iterates all the available checkbox fromt he document and updates it. I need to update specific check box with placeHolder, I mean, i need to update the checkbox in a table cell, based on the value of first Cell in a row. I can iterate the table and fetch values, however, unable to update it. I use below code to update the checkbox and it does not work. Please assist. Formfield FormfieldCollect =...... FormField formFieldCollect = null; for...if(paragraphChildNode instanceof FormField){ isCheckBox = true; isCheckBoxRow...