79731091

Date: 2025-08-10 08:39:54
Score: 1.5
Natty:
Report link

The problem was that there was no data bound to the checkbox. As soon I added a JSON Model I got fixed.


<Column width="11rem">
    <m:Label text="Product Id" />
    <template>
            <m:CheckBox selected="{Selected}"/>
    </template>
</Column>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Pablo Sinder