Inspector Checkbox is always checked by default even though bool is set to false,Inspector Checkbox Checked by Default even though bool set to false

Hello,

the Unity Inspector Checkbox for my tripleshot (if checked my player should fire three rounds) is always checked even though my bool variable is set to false ( public bool canTripleShot = false;).

Can anybody help me with this?

Thanks
Dennis ,Hello,

the Inspector Check Box for my public bool canTripleShot (if the box is checked my player should fire three rounds at once) is always checked even though my variable is declared as false ( public bool canTripleShot = false;)

Can anybody help me with this?

Thanks
Dennis

just set it to false in void Start() function.