Page 1 of 1

Checkbox does not render correctly in simulator/html [SOLVED]

Posted: Thu Apr 23, 2015 5:10 am
by NineLives
Subject:
Checkbox does not render correctly in simulator/html

To Reproduce:
Simply add a basic checkbox into your grid like so:
<Grid>
<CheckBox Grid.Row="0" Name="chkObject" Content="Click me!" />
</Grid>

Investigation:
In the XAML preview pane, the checkbox is rendered correctly. You will see the box, along with the Context Text to the right. When running the simulator (or using the generated HTML), you instead only see the label - the box is not drawn. I have also noticed that there is no way to set the checked state via XAML as the "IsChecked" property appears to not be a DP?

Re: Checkbox does not render correctly in simulator/html

Posted: Thu Apr 23, 2015 10:35 am
by JS-Support @Userware
Thanks a lot NineLives for the report.

The CheckBox control will be available in the Beta 4, to be released in the coming weeks.

Regards,
JS-Support

Re: Checkbox does not render correctly in simulator/html

Posted: Mon Jun 15, 2015 9:16 am
by JS-Support @Userware
Hello NineLives,

This is a short update to inform you that we have fixed the issue in the Beta 4 release.

Should you find any other issues related to the CheckBox, please feel free to let us know.

Thanks,
Regards,
JS-Support