Nope.js UI library

Documentation Example Description Built in semantics? Built in keyboard support? Browser support
a hyperlink control This is a hyperlink control, use it to link to other documents and document fragments. yes yes firefox, IE, chrome, safari
button This is a button control, use it to trigger an action on the page. yes yes firefox, IE, chrome, safari
checkbox This is a checkbox control, by default it's a 2-state control (checked/unchecked). It can be extended to a tri-state control using the indeterminate IDL attribute. Use a checkbox only when it provides choices that are opposite and unambiguous. yes yes firefox, IE, chrome, safari
radio button This is a radio button control, use it to provide users with a single choice from a number of options. yes yes firefox, IE, chrome, safari