Is there any way to vertically align the check/radio box of the checkbox/radio controls when height is set to 100%?
When the height is set to a specific value, the box vertically aligns itself, but when the height is set to a percentage, it does not adjust to the dynamic height.
It is not the appropriate way to construct the jqxCheckBox.
You could create the CheckBox and around its to generate the desired elements.
Can you tell me what you are trying to achieve so I can give you a solution or a workaround?