Hi Shon, thanks for taking the time to look at this. 1️⃣ The text does update when I click the checkbox, but not correctly. For example, when I toggle the checkboxes, the Protection Strength bars and Safety Level label do not always change to the expected level. 2️⃣ The protection_score field is a number field in the SafetySettings datatype. Right now it is updated through workflows like this: When Checkbox value is changed → Make changes to SafetySettings → protection_score = Checkbox A is checked:formatted as number + Checkbox B is checked:formatted as number + Checkbox C is checked:formatted as number ... So the score is saved in the database, but the UI does not always reflect the correct value. Expected behaviour: The Protection Strength bars and Safety Level label should update instantly when checkboxes change. Actual behaviour: The value in the database updates, but the UI sometimes still shows the wrong strength level.