Versions in this module Expand all Collapse all v0 v0.2.0 Sep 27, 2017 Changes in this version + type CustomView struct + Enabled bool + OnSubmit func(value bool) + Value bool + func NewCustomView() *CustomView + func (v *CustomView) Build(ctx view.Context) view.Model + type View struct + func NewView() *View + func (v *View) Build(ctx view.Context) view.Model