Checkboxes
%[identifier: value ]{ default_value }
Important
A checkbox with a unique identifier outputs a boolean (true / false)
Multiple checkboxes with the same identifier outputs an array of selected values
Examples
Last updated