kolibri-design-system
kolibri-design-system copied to clipboard
Update/Streamline K-Checkbox
Want to give k-checkbox the same treatment I gave k-radio-button in learningequality/kolibri#3472
Some value adds:
- Allows for use of v-model with k-checkbox the same way we'd use it with a native HTML one
- Allows for descriptions in checkbox label
- Allows us to apply
display:xxxxxxx
to the parent element. Right now, locked into usingtable
. - Leverages native HTML behavior for things like click-label-to select, highlight.
- Simplifies logic of the component