multiple method

Select multiple([
  1. bool m = true
])

Implementation

Select multiple([bool m = true]) {
  if (m) attr('multiple', BooleanAttribute(true));
  return this;
}