It seems that some JS code is adding an image over the checkbox and hiding the original checkbox:

input.form-checkbox,
input.form-radio {
  opacity: 0;
  width: 20px;
  height: 20px;
}

The problem is that the new checkbox image is not positioned over the original one, so I can't click the checkbox to select it...

Issue originally reported from #1791126: "Select all items on this page" checkbox not working on Kickstart V2

CommentFileSizeAuthor
Shiny checkbox issue.png45.53 KBguguss

Comments

dudenhofer’s picture

Assigned: Unassigned » dudenhofer
dudenhofer’s picture

Status: Active » Needs review
bojanz’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.