我如何使单选按钮设置成角度

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了我如何使单选按钮设置成角度相关的知识,希望对你有一定的参考价值。

这里我如何在每个循环中分别响应res.response1,res.response2

<div  *ngFor="let qandoi of qando;   let id=index"  class="form-group">

          <h6>qandoi.question</h6>
            <div class="custom-control custom-radio custom-control-inline" >
                <input class="form-check-input" type="radio" name="id+1" id="id+100" value=qandoi. option1 [( ngModel )]="res.response1">
                <label class="form-check-label" for="id+100" >
                      qandoi  .option1
                </label>
              </div>
    ```

答案

您可以在元素上使用ngFor循环,并根据需要使用索引。

以上是关于我如何使单选按钮设置成角度的主要内容,如果未能解决你的问题,请参考以下文章

你如何使单选按钮文本也可点击?

如何使单选按钮返回布尔值真/假而不是开/关

如何使单选按钮只读但不禁用?

单选按钮的 HTML 表。使单选按钮可单击单元格中的任何位置

使单选按钮更大?

如何使单选按钮记住用户在edit.blade.php laravel中给出的上一个选项