Change the size of the knob of a radio button? (Slate)

I have currently this code:

SNew(SCheckBox)
	.Style(FCoreStyle::Get(), "RadioButton")
	...