The only working method I know is to "wrap" CheckBox into Grid:
<Toolbar> <Grid> <CheckBox .../><!-- normally looking checkbox --> </Grid> </Toolbar>