axelerator / fancy-forms / FancyForms.Widgets.Checkbox

Checkbox widget

checkbox : BoolInput customError

A checkbox widget the collects a Bool value


type alias BoolInput customError =
FancyForms.FormState.Widget Basics.Bool Msg Basics.Bool customError

Signature for an input that collects a Bool value