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