disabled method

Select disabled([
  1. bool d = true
])

Implementation

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