Quote from
luishp on May 24, 2021, 7:28 pm
@asmat I can't find where is the problem exactly, but it seems the CSS you have copy-pasted is not completely compatible with how radio buttons are coded in VisualNEO Web. This is the HTML code used:
<div id="RadioButton1" class="radio-inline " ng-style="NAB.RadioButton1_style" ng-hide="NAB.RadioButton1_hidden">
<input id="RadioButton1_radio" type="radio" ng-disabled="NAB.RadioButton1_disabled">
<label id="RadioButton1_label" for="RadioButton1_radio">This is a radio button</label>
</div>
If you don't like how radio buttons look like there is a special predefined class "neoradio" to improve it a little bit.
Regards.
@asmat I can't find where is the problem exactly, but it seems the CSS you have copy-pasted is not completely compatible with how radio buttons are coded in VisualNEO Web. This is the HTML code used:
<div id="RadioButton1" class="radio-inline " ng-style="NAB.RadioButton1_style" ng-hide="NAB.RadioButton1_hidden">
<input id="RadioButton1_radio" type="radio" ng-disabled="NAB.RadioButton1_disabled">
<label id="RadioButton1_label" for="RadioButton1_radio">This is a radio button</label>
</div>
If you don't like how radio buttons look like there is a special predefined class "neoradio" to improve it a little bit.
Regards.
farhad2008 and asmat have reacted to this post.