Hello,

This is a complete newbie question; I'm aware there are resources online 
but I could not get them to work. Thanks in advance for your help.

I'm looking for help with styling of checkboxes within TiddlyWiki. So far, 
I've only managed to remove the checkbox altogether... but was unable to 
replace it with anything useful.

Here's my wikitext (I've removed most of the code for clarity), a typical 
TW checkbox widget:

<$checkbox class=checkbox actions=<<some_actions>> tiddler="..." 
index="..." checked="_checked_" unchecked="_unchecked_" 
default="_unchecked_"/>

And here's my "CSS":

input[type=checkbox] {
    visibility: none;
}

.checkbox:checked {
    content: "x";
}

Has anyone managed to replace their checkboxes with something more pleasant 
to the eye and consistent across browsers using pure CSS?

Thank you for hints.

Regards,
Hubert




-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f803b4ed-09aa-4433-a234-bd3380d9b5f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to