SelectBox(T data, [int index = -1, bool checked = false]) { this.boxData = data; this.boxSelectIndex = index; this.boxChecked = checked; }