A set of toggle buttons. The list of children are laid out along direction . The state of each button is controlled by isSelected, which is a list of bools that determine if a button is in an unselected or selected state. They are both correlated by their index in the list.
Read more