WordPress.org UI Style Guide site has some reference materials, including those on Box Formats and Forms.
As far as I remember it’s not consistently maintained or considered especially canonical source. In practice elements are often done after studying current state of actual admin markup.
Related Posts:
- inside a metabox
- Does WordPress have a “Form API”?
- How do I stop HTML entities in a custom meta box from being un-htmlentitied?
- MetaBox with Editor instead of textarea – html not saved [closed]
- HTML Table creator in metabox to put into post theme
- Programmatically create new post from a metabox button
- Form submit from modal window to parent window
- navigate back with PHP form submission
- What is & used for
- Angular: mat-form-field must contain a MatFormFieldControl
- Multiple radio button groups in one form
- Why php tag is not working in html file?
- Get checkbox value in jQuery
- How to read if a checkbox is checked in PHP?
- Function not defined javascript
- How to submit a form with JavaScript by clicking a link?
- Multiple Forms or Multiple Submits in a Page?
- “AutoComplete=Off” not working on Google Chrome Browser
- How to create a HTML Cancel button that redirects to a URL
- How to get rid of blue outer border when clicking on a form input field?
- What does ngf-select do and why is it needed for form validation?
- Square brackets in CSS
- Input Type URL – Says “Please enter a URL” if HTTP is not included
- PHP $_POST not working?
- Clear form fields with jQuery
- FormData append not working
- Form inside a table
- JavaScript code to stop form submission
- Redirecting to a page after submitting form in HTML
- POST an array from an HTML form without javascript
- Create more Meta Boxes as needed
- Set Default Admin Screen options & Metabox Order
- How to set default screen options?
- Passing error/warning messages from a meta box to “admin_notices”
- Add “upload media” button in meta box field
- Add a Meta Box for uploading a SECOND Featured Image?
- Metabox with checkbox is not updating
- How to HIDE everything in PUBLISH metabox except Move to Trash & PUBLISH button
- What is the “Advanced” $context in add_meta_box?
- Removing panels (meta boxes) in the Block Editor
- Change The Title Of a Meta Box
- WordPress SEO by Yoast: Hide Meta Boxes in Posts for Non-admins
- How to make open/closed and hidden/shown metaboxes status saved on a per-post basis?
- How To Remove The “+ Add New Category” Link From A Category Metabox
- How can I create a taxonomy meta-box with search suggestions but no new terms input?
- Remove the Featured Image Meta Box
- Remove the Yoast SEO Post Metabox [closed]
- Best practices for meta box placement?
- Creating a metabox to upload multiple images
- How Does WordPress Remember Metabox Positions?
- Sample code for validating custom metabox?
- Post custom metabox textarea using wp_editor
- How to Add Reminders/Notes to New Post Meta Boxes
- How do I get attachment_id?
- Removing Metabox for “Slug” without removing functionality
- How to reorder meta box position?
- Prevent sorting and dragging of specific postbox metabox
- One metabox for multiple post types
- How do I position meta_box on post edit screen after the title?
- Style reply form different than comment form
- How to add a class to meta box
- How do we remove the H3 tag for the reply-title I.D
- add_filter the_content str_replace after shortcode
- Has anyone successfully integrated qtranslate with custom metaboxes?
- Put the media uploader in a metabox
- Custom Meta Boxes: multiple fields within a repeatable field
- Removing meta boxes: remove-meta_box() or unset()?
- Save checkbox value in metabox
- How to group meta boxes on the post edit page
- Use meta box drag and drop to order items independently
- Add Meta box Befoure Post Title
- Hiding a theme’s meta box
- Metabox repeating fields – radio buttons not saving correctly
- Metabox date month number to word
- get registered metaboxes by post type or post ID
- Remove metabox from specific page template in admin
- Is there a filter/action to add content to WP admin metaboxes?
- Attach Files Metabox
- CMB2 metabox conditional logic
- Tinymce/WordPress is removing all line-breaks?
- How do I create a meta box for dates?
- Adding submit or update button to custom metabox?
- Editing the Default Links like “Site Admin” in the Sidebar Meta Section?
- How to pass variable via $callback_args for add_meta_box
- Undefined function error when creating Custom Meta Box
- How to get meta box data to display on a page
- esc before saving or before displaying does it matter?
- Block metabox – No expanding, no moving around
- Move excerpt to always be directly below post content in admin
- Access the environment of an admin page from another admin page
- Add a meta description to home page?
- Editing Screen: Make Update or Publish Button Follow The Page
- Removing custom meta box added in parent theme
- Add filter ‘wpautop’ to meta box textarea
- Use meta box value in CPT as post title
- Custom “Publish” / “Update” button &
- Why can’t I hook into save_posts after admin_init?
- Meta Boxes in Front End Post Submission Form
- Getting the ID of a meta box
- how to sanitize checkbox input?