What is this checkbox and how do I access it via code?

What is this checkbox that exists next to an objects name and how do I access it via code?

the checkbox is use to active or deactive your game object

in code u can use this to set it, its a boolean

gameObject.SetActive(true);

That checkbox enables or disables that object in game. This is a link that may help: Unity - Scripting API: Object.name