mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Rename CheckboxMaterialDesignComponent to CheckboxComponent
This commit is contained in:
parent
74f830486e
commit
1edc5fa4f7
3 changed files with 5 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
export class CheckboxMaterialDesignComponent {
|
||||
export class CheckboxComponent {
|
||||
constructor(params = {}) {
|
||||
this.value = ko.isObservable(params.value) ? params.value
|
||||
: ko.observable(!!params.value);
|
||||
Loading…
Add table
Add a link
Reference in a new issue