About 1,440,000 results
Open links in new tab
  1. :checked - CSS | MDN - MDN Web Docs

    Nov 3, 2025 · The :checked CSS pseudo-class selector represents any radio (<input type="radio">), checkbox (<input type="checkbox">), or option (<option> in a <select> element) that is checked or …

  2. CSS :checked Pseudo Class - W3docs

    Use the :checked CSS pseudo-class for selecting and styling <input> and <option> elements. Read about the pseudo-class and practice with examples.

  3. :checked Pseudo Class - CSS Portal

    The :checked pseudo-class in CSS is a selector that targets input elements, such as checkboxes and radio buttons, when they are in a checked or selected state. It allows you to apply styles to these …

  4. CSS :checked Pseudo-class - W3Schools

    The CSS :checked pseudo-class matches any <input> or <option> element that is checked. This is for <input type="radio">, <input type="checkbox"> and <option> in a <select> element.

  5. :checked - CSS-Tricks

    Feb 17, 2013 · The :checked pseudo-class selector matches radio and checkbox input types when checked or toggled to an on state. If they are not selected or checked, there is no match.

  6. HTML input checked Attribute - W3Schools

    When present, it specifies that an <input> element should be pre-selected (checked) when the page loads. type="radio">. The checked attribute can also be set after the page load, with a JavaScript. …

  7. Insert a check mark symbol - Microsoft Support

    You can easily insert a check mark (also known as a "tick mark") in Word, Outlook, Excel, or PowerPoint. These marks are static symbols. If you're looking for an interactive check box that you …