# Controlled Checkbox ```html Checkbox ``` ```js export default { data () { return { value: false } } } ```