How can I pre-toggle a button in Bootstrap's btn-group?

后端 未结 4 1368
闹比i
闹比i 2020-12-23 19:08

How can I deploy the Radio Button group and make one of the buttons pre-toggled?

I have a radio-buttons group with days of the weeks values. This one:



        
4条回答
  •  眼角桃花
    2020-12-23 19:22

    I tried the above but wanted a HTML/CSS solution only.

    I found a focus based approach would work for Bootstrap 3. Note that autofocus is an HTML5 attribute.

    I find Bootply is easier for fiddles with Bootstrap.
    Here is my test bootply: http://www.bootply.com/cSntVlPZtU

提交回复
热议问题