<label style="display: inline-flex;"> <input type="radio" style="margin-top:1.5;">TEST</label>
- 必須在 input 外面包一層 label 加上 style 內容 display:inline-flex; 才可以在 input 內使用 margin-top 調整圈圈的上下位置。
- How to vertically align a html radio button to its label?
<label style="display: inline-flex;"> <input type="radio" style="margin-top:1.5;">TEST</label>