[wp-trac] [WordPress Trac] #64350: checkbox not working as expected in the admin panel
WordPress Trac
noreply at wordpress.org
Sat Dec 6 22:40:32 UTC 2025
#64350: checkbox not working as expected in the admin panel
-------------------------------------+---------------------
Reporter: acmoifr | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 6.9.1
Component: General | Version: 6.9
Severity: normal | Resolution:
Keywords: reporter-feedback close | Focuses: css
-------------------------------------+---------------------
Comment (by Ov3rfly):
There is a quick workaround to this issue for everyone with e.g. Firefox
ESR 115 or probably also older Safari which are latest available versions
for some users on their platforms.
{{{#!php
<?php
/*
Plugin Name: Make checkbox usable again
Description: Make checkbox usable again in WordPress 6.9.x admin area, for
everyone, see also core trac #64350
Version: 1.0
Update URI: false
Author: Ov3rfly
Author URI: https://profiles.wordpress.org/ov3rfly/
*/
add_filter( 'admin_head', function() {
echo '<style type="text/css">.wp-admin input[type="checkbox"] {
-webkit-appearance: checkbox; }</style>';
}, PHP_INT_MAX );
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64350#comment:13>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list