Skip to content

Deprecate .btn-group-toggle class for simpler selectors #25281

@hafezd

Description

@hafezd

Single toggle button used to work with checkbox/radio buttons on 4.0.0-beta.2 like this:

<div data-toggle="buttons">
  <label class="btn btn-outline-primary">
    <input type="checkbox" autocomplete="off"> I don't know
  </label>
</div>

Output:
image

But it doesn't work anymore on 4.0.0-beta.3:
image

I searched your change log and found #23728 but It doesn't make sense to add btn-group-toggle to a single toggle button to make this work.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions