style
Description
Optional. Adds a CSS inline style for a checkboxUsage
style?: string;
Example
<template>
<Checkbox label="Check" value="1" style="background:red;" />
</template>
Related article: Styling a checkbox
style?: string;
<template>
<Checkbox label="Check" value="1" style="background:red;" />
</template>
Related article: Styling a checkbox