Hi team,
Currently, the ButtonGroup component supports two selection modes - single and multiple.
However, there is no option for restricting the selection to a certain number of selected buttons (like having multiple selection but restricted to some number, like [maxSelected]="2" which will allow selecting max 2 buttons at a time).