• #dev 2020-09-14
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2020-09-14 UTC
# 14:21
[schmarty]
double-check that your checkbox has an ID <input type="checkbox" id="some-unique-id" /> and that there's a label for it: <label for="some-unique-id">click to toggle</label>