# select_task

### Description

@short: Enables selection of tasks in the Gantt chart

@signature: select_task: boolean

### Example

~~~jsx
gantt.config.select_task  = false;
gantt.init("gantt_here");
~~~

**Default value:** true
