Bootstrap radio button “checked” flag

前端 未结 5 1639
一整个雨季
一整个雨季 2020-12-13 03:59

In case #1 works, in case #2 it do not works. Check the code bellow:

Radio Gr

5条回答
  •  不思量自难忘°
    2020-12-13 04:27

    Assuming you want a default button checked.

    Radio Group #2

    Add the active class to the button (label tag) you want defaulted and checked="" to its input tag so it gets submitted in the form by default.

提交回复
热议问题