Change Marker Size of Form

Hi,
quick question: Is there any way of changing the size of the marker of a form component?
For sliders you can do it with

slider = visual.Slider (...)
slider.marker.size = (.1, .1)

But can you do it for form components as well?
Like accessing the individual sliders of that component.