R10.Form.viewBinary :
List (Attribute msg)
-> R10.Form.ArgsBinary msg
-> Element msg
R10.Form.viewBinary []
-- Stuff that usually doesn't change
-- during the life of the component
, typeBinary =
R10.FormTypes.BinarySwitch
, palette = palette
-- Stuff that usually change
-- during the life of the component
-- Messages
, msgOnChange = msgOnChange
, msgOnFocus = msgOnFocus
, msgOnLoseFocus = msgOnLoseFocus
, msgOnClick = msgOnClick
}