Pure CSS clickable star ratings.
Done with a combination of the standard input:checked + label trick and the CSS3 ~ "general successor sibling" selector.
input:checked + label
~
Value: 3