What product/components do you use and which version/fix level?
ApplinX versions from 10.3 to 10.11
Are you using a free trial or a product with a customer license?
with customer license
What are trying to achieve? Please describe in detail.
customise check box from input field rendered through the ApplinX transformation
Do you get any error messages? Please provide a full error message screenshot and log file.
The entry field is transformed to the check box, however in the instantly rendered html it is rendered as input, see below
<input id=“__frirstHash” onclick=“if (this.checked){document.getElementById(‘frirstHash’).value=‘XXX’;} else{document.getElementById(‘frirstHash’).value=‘###’;}” style=“top:315.0px;left:84.0px” type=“checkbox” autocomplete=“off”>
Therefore, the css class gx_chk defined in the transformation does not apply to this web control, and a browser default setting the place as shown inn the following screenshots:
Please advise, how to make ApplinX to generate checkbox control after the transformation to enable applying stylesheet.
Uploading: firefox-checkbox.PNG…