Sets the texture used when the button is disabled and checked
Signature:
CheckButton:SetDisabledCheckedTexture(texture)
or
CheckButton:SetDisabledCheckedTexture("filename")
Arguments:
texture
- Reference to an existingTexture
object (texture
)filename
- Path to a texture image file (string
)