Versions in this module Expand all Collapse all v0 v0.0.2 Feb 4, 2024 v0.0.1 Jan 31, 2024 Changes in this version + func Checkbox(options []string, customOpts ...wtopts.Opts) (checked []bool, err error) + func Draw(selected *int, options *[]string, checked *[]bool, opts wtopts.Opts) []string + func HandleKey(selected *int, checked *[]bool, key string, opts wtopts.Opts) error