That's what i'm trying to do: a disabled (checked) CheckboxControl.
i read official documentation, searched in forum and tried many times, with no success.
code:
<Control xsi:type="CheckboxControl" Id="blah" enabled="false">
<Position Top="35" Width="10" Left="90" />
</Control>
Is this wrong?
I found also:
CheckBoxControl/CustomLook/Disabled/Checked/Element
but i still can't do that correctly. Any help?