Checkbox getting checked by default, How can i set it as unchecked by default

0
When I run and open the app one of the checkbox in one of my page by default gets checked, but i want it as Unchecked by default. How can I achieve it? 
asked
2 answers
2

Hi Malay,

Do you use the regular checkbox of mendix? This is linked to an attribute and is checked when true and otherwise false. If you want the checkbox to not be checked when you open the page, you should initialize it to false.

Hope this helps!

answered
0

Hello Malay Modi,

I think you are setting by default value of attribute(used for checkbox) to true in domain model, that you need to set to False then checkbox will be unchecked by default.

Hope this helps you.

Thank you.
 

answered