Skip to content

Custom Checkbox Printing Issue #28483

@scottkuhl

Description

@scottkuhl

Formatting of a custom checkbox in Bootstrap 4.3.1 is not working.

Chrome: it is not shown at all when checked or shows only an outline when not checked.
Edge: boxes are always unchecked.
Firefox: it is not shown at all when checked or shows only an outline when not checked.
IE11: boxes are always unchecked.

Example:

<div class="custom-control custom-checkbox">
  <input class="custom-control-input" type="checkbox" checked />
  <label class="custom-control-label">This is checked.</label>
</div>
<div class="custom-control custom-checkbox">
  <input class="custom-control-input" type="checkbox" />
  <label class="custom-control-label">This is not checked.</label>
</div>

  • Operating system and version: Windows 10 1709
  • Browser and version: Google Chrome Version 72.0.3626.121 (Official Build) (32-bit)
  • Browser and version: Microsoft Edge 41.16299.967.0
  • Browser and version: Mozilla Firefox Version 60.5.1esr (32-bit)
  • Browser and version: Internet Explorer Version 11.967.16299.0
  • https://codepen.io/scottkuhl/pen/mopKQE

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions