Option selected([bool isSelected = true]) { if (isSelected) { attr('selected', BooleanAttribute(true)); } return this; }