radioGroupF' :: (Graphic lbl, Eq alt) =>
Customiser RadioGroupF -> [(alt, lbl)] -> alt -> F alt alt
data RadioGroupF = Pars [Pars]
instance HasLabelInside RadioGroupF
instance HasFontSpec RadioGroupF
setPlacer :: Placer -> Customiser RadioGroupF
Customisable version of radioGroupF.
radioGroupF = radioGroupF' standard
radioGroupF' (setPlacer horizontalP) [(1,"P1"),(2, "P2"), (3,"P3"), (0,"Off")] 0