CSS class for unchecked input tag #1279
blastiko
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys
When i use uncheckedValue param in checkBox or checkBoxTag form helper, (if i'm not wrong) i can't set a class to framework created input hidden tag used to send unchecked value to server.
So, i suggest following modify.
In wheels/view/formsobject.cfm file add uncheckedClass parameter as this:
With this modifies the framework build the hidden input checkbox with string class present in passed uncheckedClass attribute.
Obviously this is a fast modify that not consider any eventually impact on reast of framework; i leave this analize at framework's developers.
Beta Was this translation helpful? Give feedback.
All reactions