Fyne API "binding.BoolList"
binding.BoolList
import "fyne.io/fyne/v2/data/binding"
Usage
type BoolList
type BoolList = List[bool]
BoolList supports binding a list of bool values.
Since:
2.0
func BindPreferenceBoolList
func BindPreferenceBoolList(key string, p fyne.Preferences) BoolList
BindPreferenceBoolList returns a bound list of bool values that is managed by the application preferences. Changes to this value will be saved to application storage and when the app starts the previous values will be read.
Since:
2.6