On Tuesday, May 5, 2015 at 1:57:29 PM UTC-7, Jed Carty wrote: > > To get it to look like the normal checkbox requires something I don't feel > like figuring out at the moment... >
You can use simple HTML to render checkboxes, like this: <input type="checkbox"> <input type="checkbox" checked="true"> Of course, these checkboxes are not hooked up to anything, so they are just for looks... which is just want you want. You also want to put the checkboxes *inside* the <$button> widget, so that clicking on them falls through to the button for handling. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios YOUR DONATIONS ARE VERY IMPORTANT! HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"... http://TiddlyTools.github.com/fundraising.html#MakeADonation -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/97258d42-eb6b-4fdf-887b-c5fabe7d164c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

