List of booleans representing the state of each button Example: [false, true, false] The number of elements must be the same as the number of either labels elements or icons elements
[false, true, false]
final List<bool> selecteds;