Selection

The Selection widget is a simple control for allowing the user to choose between a list of string options.

Usage

import toga

container = toga.Selection(items=['bob', 'jim', 'lilly'])

Supported Platforms

Component iOS win32 web django cocoa gtk android
Selection no no no no yes yes no

Reference