std-switch icon indicating copy to clipboard operation
std-switch copied to clipboard

on/off vs. checked/unchecked

Open domenic opened this issue 6 years ago • 1 comments

The current API proposes "checked" as the name of the concept for the on switch. This gives drop-in compatibility with checkboxes. But semantically it is a little strange.

An alternative would be having an on="" attribute.

domenic avatar Apr 26 '19 18:04 domenic

Radio buttons also use checked

zcorpan avatar May 16 '19 10:05 zcorpan