.bunt-switch(:class="{checked: modelValue}")
input(type="checkbox", :name="name", :checked="modelValue", :disabled="disabled", :readonly="readonly", @change="onChange($event)", @focus="focused = true", @blur="onBlur")
.bunt-switch-track
.bunt-switch-thumb
label {{ label }}