# Selection

You can implement row selection with select option:

import { select } from '@activewidgets/options';

const options = [
    select('rows')
];