Disabling Bluetooth Keyboard Assistance...

So far I got this

tell application "System Preferences" activate set current pane to pane "com.apple.preferences.Bluetooth" tell application "System Events" to click button 5 of window "Bluetooth of application process "System Preferences" end tell
Now all I need is the command to click the Checkbox to Disable Keyboard Assistance for bluetooth because I want to make this Automated, and a sec question is how do I get the Text or caption of a button, is there a Info window I can view as I do a mouse over a Button and get all the details like what button number it is etc etc, kinda like Auto It’s Spy for windows…
Thanks
-Agent