RoStrap / RoStrapUI

Material Design User Interface Modules for Roblox
MIT License
14 stars 9 forks source link

Fix Checkbox SetChecked #43

Open Sequal32 opened 4 years ago

Sequal32 commented 4 years ago

Currently, selecting a checkbox and then calling SetChecked will not fully bring the checkbox to an unchecked state.

before

This change will look like the following: after

Sequal32 commented 4 years ago

Just took another look at the code and I see a Tween being created from these methods but they don't seem to be working. This is just a quick and dirty fix I suppose.