A list that allows cycling through options using two arrows on the left and right.
- Handles: Int, Boolean
Properties
- Options - Array[String] : The list options.
Handling Booleans
You can handle boolean values if you set options
to have only two items. The first one is the false
item and the second one is the true
item.