• Languages Used

    This UI was written in HTML and CSS.

  • Languages Used

    Using the sibling and checked selectors, we can determine the styling of sibling elements based on the checked state of the checkbox input element.

  • Languages Used

    By making the open state default for when :checked isn't detected, we can make this system accessable for browsers that don't recognize :checked.

Points of Interest

By making the open state default for when :checked isn't detected, we can make this system accessable for browsers that don't recognize :checked.