Semantic UI elements/checkbox <ui-checkbox model="isChecked"></ui-checkbox> var app = new Vue({ template: '', data: { isChecked: false } })