I have a gallery and if it's in View mode, I want my checkbox to have a gray border. But if it's in Edit mode, I want the border to be blue. I tried this, but it doesn't do anything:
(Classic) Checkbox border color: If(varPassReqDisplayMode = DisplayMode.Edit,Color.Gray,Color.Blue)