Outputs the HTML checked attribute.
Compares the first two arguments and if identical marks as checked.
$checkedmixedrequired
$currentmixedoptional
Default:true
$displaybooloptional
Default:true
function checked( $checked, $current = true, $display = true ) {
return __checked_selected_helper( $checked, $current, $display, 'checked' );
}
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/checked