Hey all,
I have three checkboxes to do a collection from a gallery. When one of the three CheckBoxes are selected I want to disable the other two boxes
Checkbox1
Checkbox2
CheckBox3
I managed to get this to work with two checkboxes, but not three. DisplayMode - If(checkbox1.Checked=true,Displaymode.disabled,displaymode.Edit) how do i make this statement If Check box 1 or 2 is selected disable 3