What kind of variable does a checkbox question create?
August 23, 2021
A checkbox question creates a series of boolean-type variables (one for each checkbox option). This is because each checkbox option can be either checked (True) or un-checked (False).