InputfieldCheckboxes class - ProcessWire API

NameReturnSummary 
InputfieldCheckboxes::optionColumns int bool Specify 1 for inline list of options, or qty of columns to list options in.
DEFAULT: 0
 
InputfieldCheckboxes::optionWidth string Alternative to optionColumns, specify option width like '222px', '22em', etc. or '1' for auto. 3.0.184+
DEFAULT: ''
 
InputfieldCheckboxes::table bool Whether or not to display as a table
DEFAULT: false
 
InputfieldCheckboxes::thead string Pipe "|" separated list of table headings. Do the same for the addOption() labels.
DEFAULT: ''