How can I change the color of the Focus Border, here red (see attachment)
Hi @Klaus,
You can use the css variable for outline:
<RadzenCheckBox Style="--rz-checkbox-focus-outline: 2px solid blue;"/>
How can I change the color of the Focus Border, here red (see attachment)
Hi @Klaus,
You can use the css variable for outline:
<RadzenCheckBox Style="--rz-checkbox-focus-outline: 2px solid blue;"/>