A class and a constructor function to create checkbox widgets

CheckboxStyle(...)

Checkbox(...)

Arguments

...

Arguments passed to the inializer

Functions

  • CheckboxStyle(): The constructor for checkbox widgets

  • Checkbox(): The constructor for checkbox styles

Super classes

RKernel::HasTraits -> RKernel::Widget -> RKernel::DescriptionStyle -> CheckboxStyle

Public fields

_model_name

Name of the Javascript model in the frontend

background

The background color

required_version

Minimum required ipywidgets version in which the current widget class is supported.

Super classes

RKernel::HasTraits -> RKernel::Widget -> RKernel::DOMWidget -> RKernel::DescriptionWidget -> RKernel::ValueWidget -> Checkbox

Public fields

_model_name

Name of the Javascript model in the frontend

_view_name

Name of the Javascript model view in the frontend

description

A button description

disabled

Boolean, whether the button is disabled

indent

Boolean, whether to indent the checkbox

value

Boolean, whether the box is checked

style

The checkbox style, an object of class "CheckboxStyleClass"