Checkbox Change Focus Border Color

How can I change the color of the Focus Border, here red (see attachment)
checkbox

Hi @Klaus,

You can use the css variable for outline:

<RadzenCheckBox Style="--rz-checkbox-focus-outline: 2px solid blue;"/>