Jump to content
UBot Underground

Radio Buttons UI HTML Panel Issue


Recommended Posts

Im having a weird issue with radio buttons in the UI HTML panel. The true/false value is not changing correctly. If I select a button the value will change to true but when when its not selected it won't change back to false. Anybody have any ideas why this is happening? Here's the example code I've been using.

 

<input variable="#NoSpunLinks" type="radio" name="SpunLinksChoice" fillwith="checked" "checked> No Spun Links 
<input variable="#SpunLinks1Link" type="radio" name="SpunLinksChoice" fillwith="checked" unchecked> Submit 1 Random Link 
<input variable="#SpunLinksSpecific" type="radio" name="SpunLinksChoice" fillwith="checked" unchecked> Submit <input variable="#SpunLinksNumber" fillwith="value" style="width: 30px;"> Links Per Site

Link to post
Share on other sites

Unfortunately thats not working either. That code isn't even registering in the debugger. Im wondering if radio buttons are just a bug because I am pretty sure the code I originally used should work.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...