css
Description
Adds a custom style to the Checkbox control.Usage
css?: string;
Example
<Checkbox label="Check" value="1" css="my-class" />
.my-class {
background-color: gold;
}
Related article: Styling a checkbox
css?: string;
<Checkbox label="Check" value="1" css="my-class" />
.my-class {
background-color: gold;
}
Related article: Styling a checkbox