Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.28 KB

File metadata and controls

58 lines (40 loc) · 1.28 KB

Simple Checkbox 2 (With Switch Support)

⚠ I will not be maintaining this plugin anymore and the current support of this plugin is APEX 5.X. I will respond to any merge requests for anyone willing to contribute though.

A lightweight jQuery plugin for changing checkboxes and radio buttons into toggle switches.

Demo

Simple Checkbox 2 Plugin - Click Here

Installation

Just import the

item_type_plugin_com_oracle_apex_simple_checkbox_2.sql

file into your application.

This plugin is based on the original Simple Checkbox plugin. It has been modified to change the look and feel of the plugin altogether.

Thanks to Mattia Larentis for his Bootstrap Switch. This is his github page : [Github] (https://github.com/nostalgiaz/bootstrap-switch/)

Usage

Bootstrap Switch

Set this to YES to render the switch. If set to NO the simple checkbox plugin is rendered.

"On" Colour

Bootstrap colours for the "On" button.

"Off" Colour

Bootstrap colours for the "Off" button.

"On" Text

Text to replace "On"

"Off" Text

Text to replace "Off"

Size

4 different sizes to choose from. Mini, Small, Normal and Large.

Author

Farzad Soltani