Today in The Rule of Least Power: use HTML forms semantically, don't recreate native browser behavior with Javascript Pictured: two input[checkbox] with Javascript to deselect the other when one is selected Better: two input[radio], which does this for free by default
8 likes 2 replies
?