A simple checkbox
view : Props a -> Html a
The view for displaying the element.
{ selected : Basics.Bool , label : String , handleToggle : Basics.Bool -> a }
Configurable properties for rendering the view