CheckboxCanvas
persistent when navigating between screens, both forwards and backwards?CheckboxCanvas
— or am I using it incorrectly?Set(
varVorGreen,
Self.Value
)
varVorGreen
I tried your first solution with the modern item, but unfortunately it didn't work as expected. But your recommendation to use the classic checkboxes worked perfectly! I'll mark your answer as the solution.
Set(varVorGreen, true)
Set(varVorGreen, false)
varVorGreen
Hi @WarrenBelz,
sorry for being unclear earlier.
On Screen 1, I have two checkboxes (ckb1
and ckb2
). I'm toggling between them, and I want the last selected value to persist when navigating to another screen and then coming back.
varVroGreen
, and I can see the correct value is being stored. However, it doesn't seem to update or trigger the checkboxes when I return to the screen.Let me know if you need more details.
Stay up to date on forum activity by subscribing.
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1