Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 640197
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T20:55:37+00:00 2026-05-13T20:55:37+00:00

Is it possible, with only CSS, to style an HTML label dependent on its

  • 0

Is it possible, with only CSS, to style an HTML label dependent on its input’s state?

In my case, I want to style an <input type="checkbox"> based on whether it’s checked.

I tried putting the label inside the input, but Firefox and Chrome (at least) seems to parse them as siblings, even though they’re clearly nested in the input source. And I don’t know how to write a CSS rule that can indirect through a for= attribute.

Do I need to whip out the Javascript on this one?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T20:55:37+00:00Added an answer on May 13, 2026 at 8:55 pm

    They don’t need to be nested, that’s what the “for” attribute is for in the <label> element.

    In modern browsers (those supporting CSS 2.1), you can use a sibling selector, such as

    input + label {
      /* rules */
    }
    

    You would have to have your markup in a strict sibling relationship, such as:

    <input name="cb" id="cb" type="checkbox"><label for="cb">Checkbox</label>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have only a basic knowledge of css, is it possible to inherit a
Is it possible to secure only the Login.aspx page (and the postback) and not
Is it possible to checkout only those files from a SVN repository that were
It's possible to develop only for .net 2.0 running Visual Studio 2008? Thanks!
Is it possible to use XPath to select only the nodes that have a
Is it possible to iterate collection and list only filtered object information while debugging
Is it possible to limit export formats only PDF and Excel ?
Is it possible to send an Email with only cc or bcc recipients using
Is it possible to write code in a Flex application that will only be
Is it possible to prevent stack allocation of an object and only allow it

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.