Radio options default

In a files Blueprint I have a ‘radio’ button to turn on a class on my images.

fields:
	border:
		label: Border
		type: radio
		options: 
			noborder: No border
			border: Border

In the information about radio buttons (Radio | Kirby CMS) it says that the first option is the default. But when I upload new images, the first option is not selected, in fact neither option is.

Screenshot 2022-09-13 at 6.49.32 pm

Shouldn’t the first option be selected by default?

Might have been changed, just set a default if you want one.

I tried setting the default, but it didn’t work… oh, hang on, just tried again (after deleting all browser history) and it works. Thanks