В настоящее время у меня есть вопрос и 3 варианта с переключателями. Пока требуемые операторы не работают, чтобы показать красную звездочку, что-то я делаю не так с обязательными?
<div class="form-group">
<fieldset class="no-bt-margin">
<legend class="fs-14">
Question 1. What is your name?
</legend>
<uRadioButton ID="rbIntentToDoWithPayment1" FieldName="rbIntentToDoWithPayment1" GroupName="CHCK" Required="true" ShowAsRequired="true" Text="Value 3"
ReqDependency="rblDidEmprContributeToPension=Y;rbIntentToDoWithPayment2=N;rbIntentToDoWithPayment3=N" ReqDependencyType="All" EnableBootstrapButtons="True"/>
<uRadioButton ID="rbIntentToDoWithPayment2" FieldName="rbIntentToDoWithPayment2" GroupName="CHCK" Text="Value 2" EnableBootstrapButtons="True"/>
<uRadioButton ID="rbIntentToDoWithPayment3" FieldName="rbIntentToDoWithPayment3" GroupName="CHCK" Text="Value 1" EnableBootstrapButtons="True"/>
</fieldset>
</div>