I am creating a PDF form in flowable format that utilizes a lot of check
boxes that when they are checked they show visibility of sub-information
that is initially hidden on the main interface of the form. I can create
action conditions ie (when checkbox 1 is checked) with a result ie (set
the visibility of 'object' to visible or hidden, depending on whether I
am checking or unchecking the form to show or remove the
sub-information). The 'object' I can set to be a text field, check box,
drop dow...