deckar01 / task_list

Markdown Task List feature components
MIT License
9 stars 7 forks source link

Label Wrappers #18

Open deckar01 opened 7 years ago

deckar01 commented 7 years ago

Wrapping checkbox inputs with labels allows the browser's native checkbox to be replaced with custom elements via CSS.

See gitlab-ce!6487#comment for more info on why this is useful.

deckar01 commented 7 years ago

More reading: Stack Overflow How to style checkbox using CSS?

deckar01 commented 7 years ago

Punting off of v2. This will be backwards incompatible, so it would have to wait for v3 or later. Maybe think about opting into custom templates, so it can land in v2 as a feature bump.