most objects have a default property.

for option buttons, checkboxes textboxes it's .Value
for labels it's .Caption

If you use the object browser the default properties have a green tick/blob on the icon.

Although it is possible to code using the default property, that is not specifying it, it is better practice to use it.
It will make your codes intent much clearer when revisting your code.