# Indeterminate ```html checkbox Check Indeterminate ``` ```js export default { data() { return { value: false, indeterminate: false } } } ``` ```css .n-checkbox, .n-button { margin: 0 12px 8px 0; } ```