drake-checkbox
v1.0.1
Published
This is a checkbox styled to use the Drake meme.
Readme
Drake Checkbox
This is a checkbox styled to use the Drake meme.
<drake-checkbox checked></drake-checkbox>
;
Can We Not?
I get it, we don't like Drake, so we provide two alternatives
<drake-checkbox format="geordi"></drake-checkbox>
<drake-checkbox format="matt-parker"></drake-checkbox>Usage
You can control the checkbox with the .checked property or the checked attribute just like any checkbox. Both of these are read-write so you can get the value out.
You can enable or disable the checkbox with the .disabled property or the disabled attribute just like any checkbox.
Limitations
Drake Checkboxes don't support the "indeterminate" state because the meme format doesn't have an image for that.
