An open API service indexing awesome lists of open source software.

https://github.com/cuba-platform/sample-styled-checkbox

Example of customizing UI components via CSS
https://github.com/cuba-platform/sample-styled-checkbox

cuba-sample

Last synced: 18 days ago
JSON representation

Example of customizing UI components via CSS

Awesome Lists containing this project

README

          

# Styled Checkbox

This is an example of customizing the standard CUBA UI components via CSS.

- The `StyledCheckBoxExample.java` screen controller sets an HTML caption to `com.vaadin.ui.CheckBox` which is obtained by unwrapping the `CheckBox` component.
- The `modules/web/themes/halo/halo-ext.scss` file contains the CSS code for the component.

To see the example in action, do the following:

- Open the project in Studio
- Click *Run* > *Start application* server
- If you see the warning *Database does not exist* ..., click *Create DB in background*
- Go to `http://localhost:8080/app` and log in as `admin / admin`
- Open *Application* > *Styled checkbox example*.

Based on CUBA Platform 6.10.1

## Issues
Please use https://www.cuba-platform.com/discuss for discussion, support, and reporting problems coressponding to this sample.