Page 1 of 1

Checkbox css bug

Posted: 08 May 2019, 18:19
by jsoft
Hi,
I've found a bug in the theme css when using multiple p:selectBooleanCheckbox with itemLabel:
Image
I think the

Code: Select all

body .ui-chkbox
class shouldn't have width and height, because they're in the

Code: Select all

body .ui-chkbox .ui-chkbox-box
class

Re: Checkbox css bug

Posted: 14 May 2019, 08:56
by mert.sincan
Fixed now. Please try the following CSS;

Code: Select all

body .ui-selectbooleancheckbox {
    width: auto;
    height: auto;
}

body .ui-selectbooleancheckbox .ui-chkbox-label {
    margin: 0 0 0 8px;
}
Best Regards,

Re: Checkbox css bug

Posted: 02 Aug 2019, 17:53
by jsoft
Sorry for late reply. I used a different solution but your fix works as well. Thanks.

Re: Checkbox css bug

Posted: 05 Aug 2019, 13:51
by mert.sincan
No problem, thanks a lot for the update!

Best Regards,