jquery-archive / css-chassis

An attempt at creating an open standard for both CSS and JavaScript UI libraries.
https://css-chassis.com
Other
351 stars 67 forks source link

Create Styled Checkboxes/Radio Buttons for jQuery UI/Mobile Support #74

Open sfrisk opened 9 years ago

sfrisk commented 9 years ago

Unlike the pure HTML styled checkboxes covered under #6, this covers styling checkboxes and radio buttons that require JavaScript to work correctly that would be needed by jQuery UI and jQuery Mobile for phase one adoption. (See jQuery Mobile documentation for example).

We will need both a vertical and a horizontal solution for both checkboxes and radio buttons.

akki12345 commented 8 years ago

hello @sfrisk basically design a checkboxes and radio button in jquery with different style?

sfrisk commented 8 years ago

You're not making the buttons with jQuery/JavaScript. This is basically making a checkbox with classes that a JavaScript framework could use to manipulate states of the checkbox/radio.

gupta-utkarsh commented 7 years ago

Hi @sfrisk Can I work on this issue?