I need to change the checkbox input from Fluent UI from a square to a circle. I want the checkbox to look like the checkbox used in the DetailsList. I already figured out how to change the checkmark, but I was not able to change the input with type checkbox.
Here is how I changed the checkmark. I expected it to be the same with the input, but it does not work.
<Checkbox checkmarkIconProps={{ iconName: "StatusCircleCheckmark" }} inputProps={{ iconProps: "CircleRing" }}/>