Grouping Checkbox
Friday, September 13, 2019 at 10:31amIn our document package, there is a questionnaire. There are two checkbox (Yes, No) after each question. I can put a checkbox there, but how can I make it mandatory, saying the user has to select either Yes or No?
Reply to: Grouping Checkbox
Friday, September 13, 2019 at 12:17pm{ "id":"signer1_group1_radio1", "name":"signer1_group1_radio1", "type":"INPUT", "subtype":"RADIO", "page":0, "height":15, "width":15, "left":100, "top":100, "value":"X", "validation":{ "required":true, "enum":[ "group1" ] } }The "enum" is to regulate the group name, and if you put an "X" value, it means it by default selected. Hope this could help! DuoReply to: Grouping Checkbox
Friday, September 20, 2019 at 11:40am