# 受控状态 ```html 复选框 ``` ```js export default { data() { return { value: false } } } ``` ```css .n-checkbox { margin: 0 12px 8px 0; } ```