I’m creating an alarm clock with input_boolen to set the alarm on/off and input_number -sliders to set the hours and the minutes. Is it possible to lock input_number so it wouldn’t be possible to modify it - but only to show it’s state? So when the alarm is on (input_boolean set to on) I would only see the states of those sliders but not be able to modify them (grayed out or something).