Checkbox Grid in Google Forms: Complete Guide

Quick answer: Checkbox Grid is a matrix question where respondents can select multiple columns per row — unlike Multiple Choice Grid, which only allows one. Add it from the question type dropdown, fill in your rows and columns, and turn on "Require a response in each row" if every row needs an answer. Grids are harder to use on phones, so preview yours on a small screen before sending.

Checkbox Grid is one of the more powerful but less understood question types in Google Forms. It lets you ask one compact question that would otherwise take several separate ones — at the cost of being a little trickier for respondents, and a little messier to analyze afterward. Here's exactly what it does and how to use it well.

What Checkbox Grid actually is

Checkbox Grid displays a matrix of rows and columns, and for each row, the respondent can check as many columns as apply. This is the key distinction from its close relative: Multiple Choice Grid, which uses radio buttons and only allows a single selected column per row. If your question is "pick one option per row," you want Multiple Choice Grid. If it's "pick as many as apply per row," you want Checkbox Grid. Our guide to Multiple Choice Grid in Google Forms covers the single-select version in detail if that's the one you actually need.

When to use Checkbox Grid

It fits naturally whenever you're asking about a set of items where more than one option can genuinely apply to each. A common example: "Which of these features do you use on each device?" with rows for Phone, Tablet, and Laptop, and columns for Email, Calendar, Camera, Notes. A respondent might use email and camera on their phone, but only email and calendar on their laptop — that's exactly the kind of multi-select-per-row data Checkbox Grid is built for. Other good fits: "which symptoms did you experience on each day," or "which amenities does each location have."

How to set it up

  1. Click the + icon to add a new question, then open the question type dropdown and choose Checkbox Grid.
  2. Fill in your rows — one per item you're asking about (devices, days, categories, whatever fits your question).
  3. Fill in your columns — one per option respondents can select for each row.
  4. Click the three-dot menu on the question and turn on Require a response in each row if you want to make sure no row gets skipped. Without this toggle, a respondent could leave entire rows blank.
  5. Use the eye icon to preview the form before sending it out.

The mobile-rendering caution

Grid questions — Checkbox Grid included — are one of the harder question types to use well on a small screen. Rows and columns get compressed, and on a phone the grid often needs to scroll horizontally, which makes it easy for a respondent to misalign their tap and check the wrong cell. If a meaningful share of your audience will fill out the form on a phone, preview it on a phone-sized screen first, and consider whether the grid would actually work better broken into several separate Checkboxes questions — one per row — which stack vertically and are far easier to tap accurately. Our full guide to Google Forms on mobile covers this rendering issue in more depth, including other question types that behave better on small screens.

How the data exports to Sheets

Each row in your grid becomes its own column in the linked Google Sheet, and because respondents can select multiple columns per row, that cell contains a comma-separated list of everything they checked — for example, a cell might read "Email, Calendar" rather than a single value. This is genuinely messier to analyze than Multiple Choice Grid data, where each cell has exactly one clean value. A practical tip: if you know you'll want to count how often each column was selected within a row, plan to use a formula like =COUNTIF() combined with a wildcard search (e.g., *Email*) on that column in Sheets, or split the comma-separated values into their own columns first using Sheets' Split text to columns feature before running your analysis.

FAQ

What's the difference between Checkbox Grid and Multiple Choice Grid?

Checkbox Grid allows multiple selected columns per row. Multiple Choice Grid only allows one.

Can I require a response in every row?

Yes — turn on "Require a response in each row" from the three-dot menu on the question.

Is Checkbox Grid hard to use on mobile?

Yes, grids in general are harder on small screens. Consider breaking a grid into separate Checkboxes questions if most respondents use phones.

How does Checkbox Grid data appear in Sheets?

Each row becomes a column, and the cell holds a comma-separated list of every option checked for that row.

Related guides