Thanks but no luck yet. Wrapped each box in a flowed subform and no
dice.I have checkboxes arranged and when one is checked, a field right
below it is set to appear but stays hidden if not checked. This is my
scrip for pre-print:if(CheckBox22.rawValue == false) {
CheckBox22.relevant = "-print"; }It is a list of 11 checkboxes, just
thought it would be nice for instance to have checkbox #8 move up to the
top if #1-7 are not checked.Thanks.