Checkbox - how to set initial state, checked or unchecked

Upon opening the page I need the checkbox to be in checked state.
I understand that I can bind it to a variable and change the state this way, but perhaps there is a design property? Just setting "Value" to true in the declaration will keep the checkbox in the checked state preventing user from changing it.

Thanks!

Hi @qplace,
i think the only way is using a property. Normally... If the checkbox is bound to a data property... set the data property value.

Thomas

1 Like