# Grid Use checkbox with grid. ```html Prosperity Democracy Civility Harmony Freedom Equality Justice Rule of Law Patriotism Dedication Integrity Friendship ``` ```js export default { data() { return { value: null } } } ``` ```css .n-checkbox, .n-button { margin: 0 12px 8px 0; } ```