A multiple-value field that contains any number of boolean values.
SoMFBools are written to file as one or more boolean values, which are written as "0" (representing a false value), "1", "TRUE", or "FALSE".
When
more than one value is present, all of the values are enclosed in square brackets and separated by commas; for example:
[ 0, FALSE, 1, TRUE ]