2 checkboxes

Form

    Show the group if you select one and three

    onetwothree

    One AND three are checked!

    Form Code

    Show the group if you select one and three
    
    [checkbox checkbox-1 "one" "two" "three"]
    
    [group g1]
    One AND three are checked!
    [/group]

    Conditional Fields (Text)

    show [g1] if [checkbox-1] equals "one"
    and if [checkbox-1] equals "three"