I want my textfield to look greyed out when the user flips the switch to off. I set the textfield.enable=0 when the switch is off, but that just prevents the user from editing the field, but it doesn't look greyed out. Do I need to just change the color of the field when the switch is flipped to off, or is there an automated way to make it look greyed out?