rds1983 / Myra

UI Library for MonoGame, FNA and Stride
MIT License
742 stars 93 forks source link

CheckBox - onCheck event? #468

Closed Kubrix closed 3 months ago

Kubrix commented 3 months ago

Could not find the onCheck event for CheckBox.

rds1983 commented 3 months ago

IsCheckedChanged

Kubrix commented 3 months ago

No? image

rds1983 commented 3 months ago

oh, mixed it with CheckButton. CheckBox has PressedChanged. Anyway, it's recommended to use CheckButton, since CheckBox is deprecated.

Kubrix commented 3 months ago

I think you meant PressedChanged

Kubrix commented 3 months ago

Thanks