The checkboxes element defines a survey item that allows respondents to check off one or more options.
checkboxes.name.maxValue
checkboxes.name.minValue
checkboxes.name.selectedCount
checkboxes.name.selectedValue
checkboxes.name.option
checkboxes.name.optionValue
checkboxes.name.selected
checkboxes.name.selectedCaption
checkboxes.name.selectedCount
checkboxes.name.selectedValue
checkboxes.name.caption
checkboxes.name.fontHeight
checkboxes.name.height
checkboxes.name.heightPct
checkboxes.name.heightPx
checkboxes.name.hPosition
checkboxes.name.required
checkboxes.name.response
checkboxes.name.responseFontHeight
checkboxes.name.responseText
checkboxes.name.subcaption
checkboxes.name.subcaptionFontHeight
checkboxes.name.vPosition
checkboxes.name.width
checkboxes.name.widthPct
checkboxes.name.widthPx
checkboxes.name.x
checkboxes.name.xPct
checkboxes.name.xPx
checkboxes.name.y
checkboxes.name.yPct
checkboxes.name.yPx
checkboxes.name.name
checkboxes.name.typeName
None.
Checkboxes are useful for questions in which the respondent may choose more than one option.
The following checkbox item requires the respondent to select at least one option.
<checkboxes q1>
/ caption="Pick one or more of the following numbers:"
/ required = true
/ options=("one", "eight", "seventy-two")
</checkboxes>