Hello,
Weirdo question here 🙂
Scenario:
- Using a Gallery to show a bunch of Checkboxes
- I want a "Required" asterisk Visible OUTSIDE the Gallery, until at least one Checkbox is selected.
Example:
Tried So Far:
If( IsBlank(gallery.AllItems.checkbox) true, false ) // Also tried: If( gallery.AllItems.checkbox = "no", true, false )
Ideas?
Thank you


Report
All responses (
Answers (