Webcheckbox wiggles if you set tooltip in valuechanged event

if me.Value = true then
  me.Tooltip.Value = “this is a test”
else
  me.Tooltip.Value = “”
end if

Drag a webcheckbox from the library to a webpage

Put this code in the valuechanged event

Run.

checkbox wiggles when you check the box, sometimes when you uncheck it.

Cause: Setting the tooltip

Xojo 2025r2.1

It also wiggles if you have only this code (at least 2025r1.1):

me.caption = "Wiggle"

Do you want to create a ticket?

Ticket #79867