02-28-2018 10:39 AM
In 2016 JKI created a Hamburger Menu that uses a strict type deff radio button:
Somehow (I'm thinking via powers of dark magic) they were able to change the standard radio buttons into different Icons.
How can I add/Change these icons to reflect different images?
Solved! Go to Solution.
02-28-2018 10:43 AM - edited 02-28-2018 10:47 AM
A readiobutton control is just a container for boolean controls. You can drop any new button in it and you can customize any button by importing graphics.
Make sure each control has an unique name.
02-28-2018 03:07 PM
@altenbach wrote:
A readiobutton control is just a container for boolean controls. You can drop any new button in it and you can customize any button by importing graphics.
Make sure each control has an unique name.
You can also right-click on an existing Boolean control in the radio button control and replace it with a Boolean from the palette.