Disabled Checkbox for now; more stuff to do first.
This commit is contained in:
parent
ea5936855f
commit
26065e45cf
redo
|
@ -49,5 +49,7 @@ type Checkbox interface {
|
||||||
// NewCheckbox creates a new Checkbox with the given label text.
|
// NewCheckbox creates a new Checkbox with the given label text.
|
||||||
// The Checkbox will be initially unchecked.
|
// The Checkbox will be initially unchecked.
|
||||||
func NewCheckbox(text string) Checkbox {
|
func NewCheckbox(text string) Checkbox {
|
||||||
return newCheckbox(text)
|
// return newCheckbox(text)
|
||||||
|
return nil
|
||||||
|
//TODO add checkbox after resolving other TODOs
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue